Html Css Color HEX #D9BF03 Bird Flower

📋 copy color: '#D9BF03'

red 217 ◦ green 191 ◦ blue 3

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

Shades of Bird Flower #D9BF03

Tints of Bird Flower #D9BF03

RGB

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

 GREEN value IS 191 (75% from 255) = 46.47%

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

R = 52.8%
G = 46.47%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D9BF03 (or 0xD9BF03) is known color: Bird Flower. HEX triplet: D9, BF and 03. RGB value is (217,191,3). Sum of RGB (Red+Green+Blue) = 217+191+3=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BF03 is #2640FC. Grayscale: #B2B2B2. Windows color (decimal): -2507005 or 245721. OLE color: 245721.

HSL color Cylindrical-coordinate representation of color #D9BF03: hue angle of 52.71º 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 #D9BF03 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 191 3 -
CMYK 0 0.12 0.99 0.15
HSL 52.71º 0.97% 0.43% -
HSV(B) 52.71º 0.99% 0.85% -
XYZ 47.26 52.02 7.64 -
YUV 177.34 29.61 156.29 -
System Red Green Blue C M Y K H S L
Decimal 217 191 3 0 0.12 0.99 0.15 52.71 0.97 0.43
Hex D9 BF 3 0 C 63 F 35 61 2B
Octal 331 277 3 0 14 143 17 65 141 53
Binary 11011001 10111111 11 0 1100 1100011 1111 110101 1100001 101011

Color Harmonies of #D9BF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF03

Black with #D9BF03

Text Example


Text Example

White with #D9BF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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