Html Css Color HEX #D2BB04 Bird Flower

📋 copy color: '#D2BB04'

red 210 ◦ green 187 ◦ blue 4

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

Shades of Bird Flower #D2BB04

Tints of Bird Flower #D2BB04

RGB

 RED value IS 210 (82.42% from 255) = 52.37%

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 52.37%
G = 46.63%
B = 1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D2BB04 (or 0xD2BB04) is known color: Bird Flower. HEX triplet: D2, BB and 04. RGB value is (210,187,4). Sum of RGB (Red+Green+Blue) = 210+187+4=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BB04 is #2D44FB. Grayscale: #ADADAD. Windows color (decimal): -2966780 or 310226. OLE color: 310226.

HSL color Cylindrical-coordinate representation of color #D2BB04: hue angle of 53.3º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2BB04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 4 -
CMYK 0 0.11 0.98 0.18
HSL 53.3º 0.96% 0.42% -
HSV(B) 53.3º 0.98% 0.82% -
XYZ 44.37 49.25 7.28 -
YUV 173.02 32.62 154.38 -
System Red Green Blue C M Y K H S L
Decimal 210 187 4 0 0.11 0.98 0.18 53.3 0.96 0.42
Hex D2 BB 4 0 B 62 12 35 60 2A
Octal 322 273 4 0 13 142 22 65 140 52
Binary 11010010 10111011 100 0 1011 1100010 10010 110101 1100000 101010

Color Harmonies of #D2BB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB04

Black with #D2BB04

Text Example


Text Example

White with #D2BB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB04; }

 p { color: rgb(210,187,4); }

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

background-color css

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

 a { background-color: rgb(210,187,4); }

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

border-color css

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

 span { border-color: rgb(210,187,4); }

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