Html Css Color HEX #D9CB0B Bird Flower

📋 copy color: '#D9CB0B'

red 217 ◦ green 203 ◦ blue 11

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

Shades of Bird Flower #D9CB0B

Tints of Bird Flower #D9CB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.55%

R = 50.35%
G = 47.1%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9CB0B (or 0xD9CB0B) is known color: Bird Flower. HEX triplet: D9, CB and 0B. RGB value is (217,203,11). Sum of RGB (Red+Green+Blue) = 217+203+11=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB0B is #2634F4. Grayscale: #BABABA. Windows color (decimal): -2503925 or 773081. OLE color: 773081.

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

Color convert

RGB 217 203 11 -
CMYK 0 0.06 0.95 0.15
HSL 55.92º 0.9% 0.45% -
HSV(B) 55.92º 0.95% 0.85% -
XYZ 50.03 57.49 8.78 -
YUV 185.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 217 203 11 0 0.06 0.95 0.15 55.92 0.9 0.45
Hex D9 CB B 0 6 5F F 38 5A 2D
Octal 331 313 13 0 6 137 17 70 132 55
Binary 11011001 11001011 1011 0 110 1011111 1111 111000 1011010 101101

Color Harmonies of #D9CB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB0B

Black with #D9CB0B

Text Example


Text Example

White with #D9CB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB0B; }

 p { color: rgb(217,203,11); }

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

background-color css

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

 a { background-color: rgb(217,203,11); }

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

border-color css

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

 span { border-color: rgb(217,203,11); }

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