Html Css Color HEX #D9CB0D Bird Flower

📋 copy color: '#D9CB0D'

red 217 ◦ green 203 ◦ blue 13

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

Shades of Bird Flower #D9CB0D

Tints of Bird Flower #D9CB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3%

R = 50.12%
G = 46.88%
B = 3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9CB0D (or 0xD9CB0D) is known color: Bird Flower. HEX triplet: D9, CB and 0D. RGB value is (217,203,13). Sum of RGB (Red+Green+Blue) = 217+203+13=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB0D is #2634F2. Grayscale: #BABABA. Windows color (decimal): -2503923 or 904153. OLE color: 904153.

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

Color convert

RGB 217 203 13 -
CMYK 0 0.06 0.94 0.15
HSL 55.88º 0.89% 0.45% -
HSV(B) 55.88º 0.94% 0.85% -
XYZ 50.04 57.49 8.84 -
YUV 185.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 217 203 13 0 0.06 0.94 0.15 55.88 0.89 0.45
Hex D9 CB D 0 6 5E F 38 59 2D
Octal 331 313 15 0 6 136 17 70 131 55
Binary 11011001 11001011 1101 0 110 1011110 1111 111000 1011001 101101

Color Harmonies of #D9CB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CB0D

Black with #D9CB0D

Text Example


Text Example

White with #D9CB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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