Html Css Color HEX #D4BF03 Bird Flower

📋 copy color: '#D4BF03'

red 212 ◦ green 191 ◦ blue 3

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

Shades of Bird Flower #D4BF03

Tints of Bird Flower #D4BF03

RGB

 RED value IS 212 (83.2% from 255) = 52.22%

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

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

R = 52.22%
G = 47.04%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D4BF03 (or 0xD4BF03) is known color: Bird Flower. HEX triplet: D4, BF and 03. RGB value is (212,191,3). Sum of RGB (Red+Green+Blue) = 212+191+3=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF03 is #2B40FC. Grayscale: #B0B0B0. Windows color (decimal): -2834685 or 245716. OLE color: 245716.

HSL color Cylindrical-coordinate representation of color #D4BF03: hue angle of 53.97º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4BF03 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 191 3 -
CMYK 0 0.10 0.99 0.17
HSL 53.97º 0.97% 0.42% -
HSV(B) 53.97º 0.99% 0.83% -
XYZ 45.8 51.27 7.57 -
YUV 175.85 30.46 153.79 -
System Red Green Blue C M Y K H S L
Decimal 212 191 3 0 0.10 0.99 0.17 53.97 0.97 0.42
Hex D4 BF 3 0 A 63 11 36 61 2A
Octal 324 277 3 0 12 143 21 66 141 52
Binary 11010100 10111111 11 0 1010 1100011 10001 110110 1100001 101010

Color Harmonies of #D4BF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF03

Black with #D4BF03

Text Example


Text Example

White with #D4BF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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