Html Css Color HEX #D9CE12 Bird Flower

📋 copy color: '#D9CE12'

red 217 ◦ green 206 ◦ blue 18

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

Shades of Bird Flower #D9CE12

Tints of Bird Flower #D9CE12

RGB

 RED value IS 217 (85.16% from 255) = 49.21%

 GREEN value IS 206 (80.86% from 255) = 46.71%

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

R = 49.21%
G = 46.71%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D9CE12 (or 0xD9CE12) is known color: Bird Flower. HEX triplet: D9, CE and 12. RGB value is (217,206,18). Sum of RGB (Red+Green+Blue) = 217+206+18=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CE12 is #2631ED. Grayscale: #BCBCBC. Windows color (decimal): -2503150 or 1232601. OLE color: 1232601.

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

Color convert

RGB 217 206 18 -
CMYK 0 0.05 0.92 0.15
HSL 56.68º 0.85% 0.46% -
HSV(B) 56.68º 0.92% 0.85% -
XYZ 50.8 58.94 9.27 -
YUV 187.86 32.14 148.79 -
System Red Green Blue C M Y K H S L
Decimal 217 206 18 0 0.05 0.92 0.15 56.68 0.85 0.46
Hex D9 CE 12 0 5 5C F 39 55 2E
Octal 331 316 22 0 5 134 17 71 125 56
Binary 11011001 11001110 10010 0 101 1011100 1111 111001 1010101 101110

Color Harmonies of #D9CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CE12

Black with #D9CE12

Text Example


Text Example

White with #D9CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CE12; }

 p { color: rgb(217,206,18); }

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

background-color css

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

 a { background-color: rgb(217,206,18); }

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

border-color css

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

 span { border-color: rgb(217,206,18); }

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