Html Css Color HEX #D4BB03 Bird Flower

📋 copy color: '#D4BB03'

red 212 ◦ green 187 ◦ blue 3

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

Shades of Bird Flower #D4BB03

Tints of Bird Flower #D4BB03

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.52%

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

R = 52.74%
G = 46.52%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D4BB03 (or 0xD4BB03) is known color: Bird Flower. HEX triplet: D4, BB and 03. RGB value is (212,187,3). Sum of RGB (Red+Green+Blue) = 212+187+3=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BB03 is #2B44FC. Grayscale: #AEAEAE. Windows color (decimal): -2835709 or 244692. OLE color: 244692.

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

Color convert

RGB 212 187 3 -
CMYK 0 0.12 0.99 0.17
HSL 52.82º 0.97% 0.42% -
HSV(B) 52.82º 0.99% 0.83% -
XYZ 44.94 49.54 7.28 -
YUV 173.5 31.78 155.46 -
System Red Green Blue C M Y K H S L
Decimal 212 187 3 0 0.12 0.99 0.17 52.82 0.97 0.42
Hex D4 BB 3 0 C 63 11 35 61 2A
Octal 324 273 3 0 14 143 21 65 141 52
Binary 11010100 10111011 11 0 1100 1100011 10001 110101 1100001 101010

Color Harmonies of #D4BB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB03

Black with #D4BB03

Text Example


Text Example

White with #D4BB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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