Html Css Color HEX #D8CB10 Bird Flower

📋 copy color: '#D8CB10'

red 216 ◦ green 203 ◦ blue 16

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

Shades of Bird Flower #D8CB10

Tints of Bird Flower #D8CB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 49.66%
G = 46.67%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8CB10 (or 0xD8CB10) is known color: Bird Flower. HEX triplet: D8, CB and 10. RGB value is (216,203,16). Sum of RGB (Red+Green+Blue) = 216+203+16=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CB10 is #2734EF. Grayscale: #BABABA. Windows color (decimal): -2569456 or 1100760. OLE color: 1100760.

HSL color Cylindrical-coordinate representation of color #D8CB10: hue angle of 56.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8CB10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 16 -
CMYK 0 0.06 0.93 0.15
HSL 56.1º 0.86% 0.45% -
HSV(B) 56.1º 0.93% 0.85% -
XYZ 49.77 57.35 8.94 -
YUV 185.57 32.31 149.71 -
System Red Green Blue C M Y K H S L
Decimal 216 203 16 0 0.06 0.93 0.15 56.1 0.86 0.45
Hex D8 CB 10 0 6 5D F 38 56 2D
Octal 330 313 20 0 6 135 17 70 126 55
Binary 11011000 11001011 10000 0 110 1011101 1111 111000 1010110 101101

Color Harmonies of #D8CB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB10

Black with #D8CB10

Text Example


Text Example

White with #D8CB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB10; }

 p { color: rgb(216,203,16); }

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

background-color css

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

 a { background-color: rgb(216,203,16); }

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

border-color css

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

 span { border-color: rgb(216,203,16); }

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