Html Css Color HEX #D6C213 Bird Flower

📋 copy color: '#D6C213'

red 214 ◦ green 194 ◦ blue 19

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

Shades of Bird Flower #D6C213

Tints of Bird Flower #D6C213

RGB

 RED value IS 214 (83.98% from 255) = 50.12%

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

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

R = 50.12%
G = 45.43%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6C213 (or 0xD6C213) is known color: Bird Flower. HEX triplet: D6, C2 and 13. RGB value is (214,194,19). Sum of RGB (Red+Green+Blue) = 214+194+19=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C213 is #293DEC. Grayscale: #B4B4B4. Windows color (decimal): -2702829 or 1295062. OLE color: 1295062.

HSL color Cylindrical-coordinate representation of color #D6C213: hue angle of 53.85º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6C213 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 19 -
CMYK 0 0.09 0.91 0.16
HSL 53.85º 0.84% 0.46% -
HSV(B) 53.85º 0.91% 0.84% -
XYZ 47.14 52.93 8.35 -
YUV 180.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 214 194 19 0 0.09 0.91 0.16 53.85 0.84 0.46
Hex D6 C2 13 0 9 5B 10 36 54 2E
Octal 326 302 23 0 11 133 20 66 124 56
Binary 11010110 11000010 10011 0 1001 1011011 10000 110110 1010100 101110

Color Harmonies of #D6C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C213

Black with #D6C213

Text Example


Text Example

White with #D6C213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C213; }

 p { color: rgb(214,194,19); }

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

background-color css

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

 a { background-color: rgb(214,194,19); }

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

border-color css

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

 span { border-color: rgb(214,194,19); }

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