Html Css Color HEX #D2C21A Bird Flower

📋 copy color: '#D2C21A'

red 210 ◦ green 194 ◦ blue 26

#D2C21A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D2C21A

Tints of Bird Flower #D2C21A

RGB

 RED value IS 210 (82.42% from 255) = 48.84%

 GREEN value IS 194 (76.17% from 255) = 45.12%

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 48.84%
G = 45.12%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2C21A (or 0xD2C21A) is known color: Bird Flower. HEX triplet: D2, C2 and 1A. RGB value is (210,194,26). Sum of RGB (Red+Green+Blue) = 210+194+26=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C21A is #2D3DE5. Grayscale: #B4B4B4. Windows color (decimal): -2964966 or 1753810. OLE color: 1753810.

HSL color Cylindrical-coordinate representation of color #D2C21A: hue angle of 54.78º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2C21A is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 194 26 -
CMYK 0 0.08 0.88 0.18
HSL 54.78º 0.78% 0.46% -
HSV(B) 54.78º 0.88% 0.82% -
XYZ 46.06 52.36 8.66 -
YUV 179.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 210 194 26 0 0.08 0.88 0.18 54.78 0.78 0.46
Hex D2 C2 1A 0 8 58 12 37 4E 2E
Octal 322 302 32 0 10 130 22 67 116 56
Binary 11010010 11000010 11010 0 1000 1011000 10010 110111 1001110 101110

Color Harmonies of #D2C21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C21A

Black with #D2C21A

Text Example


Text Example

White with #D2C21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C21A; }

 p { color: rgb(210,194,26); }

 H1.HeaderClassName
 {
   color: #D2C21A;
 }
 .AnyTagClassName
 {
   color: #D2C21A;
 }
</style>

background-color css

<style>
 a { background-color: #D2C21A; }

 a { background-color: rgb(210,194,26); }

 div.DivClassName
 {
   background-color: #D2C21A;
 }
 .BgClassName
 {
   background-color: #D2C21A;
 }
</style>

border-color css

<style>
 span { border-color: #D2C21A; }

 span { border-color: rgb(210,194,26); }

 td.TdClassName
 {
   border-color: #D2C21A;
 }
 .TagClassName
 {
   border-color: #D2C21A;
 }
</style>