Html Css Color HEX #D6CA13 Bird Flower

📋 copy color: '#D6CA13'

red 214 ◦ green 202 ◦ blue 19

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

Shades of Bird Flower #D6CA13

Tints of Bird Flower #D6CA13

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.44%

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

R = 49.2%
G = 46.44%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D6CA13 (or 0xD6CA13) is known color: Bird Flower. HEX triplet: D6, CA and 13. RGB value is (214,202,19). Sum of RGB (Red+Green+Blue) = 214+202+19=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CA13 is #2935EC. Grayscale: #B9B9B9. Windows color (decimal): -2700781 or 1297110. OLE color: 1297110.

HSL color Cylindrical-coordinate representation of color #D6CA13: hue angle of 56.31º 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 #D6CA13 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 19 -
CMYK 0 0.06 0.91 0.16
HSL 56.31º 0.84% 0.46% -
HSV(B) 56.31º 0.91% 0.84% -
XYZ 48.97 56.58 8.96 -
YUV 184.73 34.48 148.88 -
System Red Green Blue C M Y K H S L
Decimal 214 202 19 0 0.06 0.91 0.16 56.31 0.84 0.46
Hex D6 CA 13 0 6 5B 10 38 54 2E
Octal 326 312 23 0 6 133 20 70 124 56
Binary 11010110 11001010 10011 0 110 1011011 10000 111000 1010100 101110

Color Harmonies of #D6CA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA13

Black with #D6CA13

Text Example


Text Example

White with #D6CA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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