Html Css Color HEX #D9CB00 Bird Flower

📋 copy color: '#D9CB00'

red 217 ◦ green 203 ◦ blue 0

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

Shades of Bird Flower #D9CB00

Tints of Bird Flower #D9CB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.67%
G = 48.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D9CB00 (or 0xD9CB00) is known color: Bird Flower. HEX triplet: D9, CB and 00. RGB value is (217,203,0). Sum of RGB (Red+Green+Blue) = 217+203+0=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB00 is #2634FF. Grayscale: #B8B8B8. Windows color (decimal): -2503936 or 52185. OLE color: 52185.

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

Color convert

RGB 217 203 0 -
CMYK 0 0.06 1 0.15
HSL 56.13º 1% 0.43% -
HSV(B) 56.13º 1% 0.85% -
XYZ 49.97 57.46 8.46 -
YUV 184.04 24.14 151.51 -
System Red Green Blue C M Y K H S L
Decimal 217 203 0 0 0.06 1 0.15 56.13 1 0.43
Hex D9 CB 0 0 6 64 F 38 64 2B
Octal 331 313 0 0 6 144 17 70 144 53
Binary 11011001 11001011 0 0 110 1100100 1111 111000 1100100 101011

Color Harmonies of #D9CB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB00

Black with #D9CB00

Text Example


Text Example

White with #D9CB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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