Html Css Color HEX #D9BC03 Bird Flower

📋 copy color: '#D9BC03'

red 217 ◦ green 188 ◦ blue 3

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

Shades of Bird Flower #D9BC03

Tints of Bird Flower #D9BC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 53.19%
G = 46.08%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D9BC03 (or 0xD9BC03) is known color: Bird Flower. HEX triplet: D9, BC and 03. RGB value is (217,188,3). Sum of RGB (Red+Green+Blue) = 217+188+3=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC03 is #2643FC. Grayscale: #B0B0B0. Windows color (decimal): -2507773 or 244953. OLE color: 244953.

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

Color convert

RGB 217 188 3 -
CMYK 0 0.13 0.99 0.15
HSL 51.87º 0.97% 0.43% -
HSV(B) 51.87º 0.99% 0.85% -
XYZ 46.61 50.72 7.42 -
YUV 175.58 30.61 157.54 -
System Red Green Blue C M Y K H S L
Decimal 217 188 3 0 0.13 0.99 0.15 51.87 0.97 0.43
Hex D9 BC 3 0 D 63 F 34 61 2B
Octal 331 274 3 0 15 143 17 64 141 53
Binary 11011001 10111100 11 0 1101 1100011 1111 110100 1100001 101011

Color Harmonies of #D9BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC03

Black with #D9BC03

Text Example


Text Example

White with #D9BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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