Html Css Color HEX #D9BC05 Bird Flower

📋 copy color: '#D9BC05'

red 217 ◦ green 188 ◦ blue 5

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

Shades of Bird Flower #D9BC05

Tints of Bird Flower #D9BC05

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 52.93%
G = 45.85%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D9BC05 (or 0xD9BC05) is known color: Bird Flower. HEX triplet: D9, BC and 05. RGB value is (217,188,5). Sum of RGB (Red+Green+Blue) = 217+188+5=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC05 is #2643FA. Grayscale: #B0B0B0. Windows color (decimal): -2507771 or 376025. OLE color: 376025.

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

Color convert

RGB 217 188 5 -
CMYK 0 0.13 0.98 0.15
HSL 51.79º 0.95% 0.44% -
HSV(B) 51.79º 0.98% 0.85% -
XYZ 46.63 50.73 7.48 -
YUV 175.81 31.61 157.38 -
System Red Green Blue C M Y K H S L
Decimal 217 188 5 0 0.13 0.98 0.15 51.79 0.95 0.44
Hex D9 BC 5 0 D 62 F 34 5F 2C
Octal 331 274 5 0 15 142 17 64 137 54
Binary 11011001 10111100 101 0 1101 1100010 1111 110100 1011111 101100

Color Harmonies of #D9BC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC05

Black with #D9BC05

Text Example


Text Example

White with #D9BC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC05; }

 p { color: rgb(217,188,5); }

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

background-color css

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

 a { background-color: rgb(217,188,5); }

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

border-color css

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

 span { border-color: rgb(217,188,5); }

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