Html Css Color HEX #D8CC12 Bird Flower

📋 copy color: '#D8CC12'

red 216 ◦ green 204 ◦ blue 18

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

Shades of Bird Flower #D8CC12

Tints of Bird Flower #D8CC12

RGB

 RED value IS 216 (84.77% from 255) = 49.32%

 GREEN value IS 204 (80.08% from 255) = 46.58%

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

R = 49.32%
G = 46.58%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8CC12 (or 0xD8CC12) is known color: Bird Flower. HEX triplet: D8, CC and 12. RGB value is (216,204,18). Sum of RGB (Red+Green+Blue) = 216+204+18=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CC12 is #2733ED. Grayscale: #BBBBBB. Windows color (decimal): -2569198 or 1232088. OLE color: 1232088.

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

Color convert

RGB 216 204 18 -
CMYK 0 0.06 0.92 0.15
HSL 56.36º 0.85% 0.46% -
HSV(B) 56.36º 0.92% 0.85% -
XYZ 50.02 57.83 9.1 -
YUV 186.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 216 204 18 0 0.06 0.92 0.15 56.36 0.85 0.46
Hex D8 CC 12 0 6 5C F 38 55 2E
Octal 330 314 22 0 6 134 17 70 125 56
Binary 11011000 11001100 10010 0 110 1011100 1111 111000 1010101 101110

Color Harmonies of #D8CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CC12

Black with #D8CC12

Text Example


Text Example

White with #D8CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CC12; }

 p { color: rgb(216,204,18); }

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

background-color css

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

 a { background-color: rgb(216,204,18); }

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

border-color css

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

 span { border-color: rgb(216,204,18); }

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