Html Css Color HEX #D2C413 Bird Flower

📋 copy color: '#D2C413'

red 210 ◦ green 196 ◦ blue 19

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

Shades of Bird Flower #D2C413

Tints of Bird Flower #D2C413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.12%

 BLUE value IS 19 (7.81% from 255) = 4.47%

R = 49.41%
G = 46.12%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D2C413 (or 0xD2C413) is known color: Bird Flower. HEX triplet: D2, C4 and 13. RGB value is (210,196,19). Sum of RGB (Red+Green+Blue) = 210+196+19=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C413 is #2D3BEC. Grayscale: #B4B4B4. Windows color (decimal): -2964461 or 1295570. OLE color: 1295570.

HSL color Cylindrical-coordinate representation of color #D2C413: hue angle of 55.6º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2C413 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 196 19 -
CMYK 0 0.07 0.91 0.18
HSL 55.6º 0.83% 0.45% -
HSV(B) 55.6º 0.91% 0.82% -
XYZ 46.44 53.23 8.44 -
YUV 180.01 37.14 149.39 -
System Red Green Blue C M Y K H S L
Decimal 210 196 19 0 0.07 0.91 0.18 55.6 0.83 0.45
Hex D2 C4 13 0 7 5B 12 38 53 2D
Octal 322 304 23 0 7 133 22 70 123 55
Binary 11010010 11000100 10011 0 111 1011011 10010 111000 1010011 101101

Color Harmonies of #D2C413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C413

Black with #D2C413

Text Example


Text Example

White with #D2C413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C413; }

 p { color: rgb(210,196,19); }

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

background-color css

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

 a { background-color: rgb(210,196,19); }

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

border-color css

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

 span { border-color: rgb(210,196,19); }

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