Html Css Color HEX #D6CB12 Bird Flower

📋 copy color: '#D6CB12'

red 214 ◦ green 203 ◦ blue 18

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

Shades of Bird Flower #D6CB12

Tints of Bird Flower #D6CB12

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.67%

 BLUE value IS 18 (7.42% from 255) = 4.14%

R = 49.2%
G = 46.67%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6CB12 (or 0xD6CB12) is known color: Bird Flower. HEX triplet: D6, CB and 12. RGB value is (214,203,18). Sum of RGB (Red+Green+Blue) = 214+203+18=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB12 is #2934ED. Grayscale: #B9B9B9. Windows color (decimal): -2700526 or 1231830. OLE color: 1231830.

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

Color convert

RGB 214 203 18 -
CMYK 0 0.05 0.92 0.16
HSL 56.63º 0.84% 0.45% -
HSV(B) 56.63º 0.92% 0.84% -
XYZ 49.2 57.05 8.99 -
YUV 185.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 214 203 18 0 0.05 0.92 0.16 56.63 0.84 0.45
Hex D6 CB 12 0 5 5C 10 39 54 2D
Octal 326 313 22 0 5 134 20 71 124 55
Binary 11010110 11001011 10010 0 101 1011100 10000 111001 1010100 101101

Color Harmonies of #D6CB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB12

Black with #D6CB12

Text Example


Text Example

White with #D6CB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB12; }

 p { color: rgb(214,203,18); }

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

background-color css

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

 a { background-color: rgb(214,203,18); }

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

border-color css

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

 span { border-color: rgb(214,203,18); }

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