Html Css Color HEX #D2BB03 Bird Flower

📋 copy color: '#D2BB03'

red 210 ◦ green 187 ◦ blue 3

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

Shades of Bird Flower #D2BB03

Tints of Bird Flower #D2BB03

RGB

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

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

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

R = 52.5%
G = 46.75%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2BB03 (or 0xD2BB03) is known color: Bird Flower. HEX triplet: D2, BB and 03. RGB value is (210,187,3). Sum of RGB (Red+Green+Blue) = 210+187+3=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BB03 is #2D44FC. Grayscale: #ADADAD. Windows color (decimal): -2966781 or 244690. OLE color: 244690.

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

Color convert

RGB 210 187 3 -
CMYK 0 0.11 0.99 0.18
HSL 53.33º 0.97% 0.42% -
HSV(B) 53.33º 0.99% 0.82% -
XYZ 44.37 49.25 7.25 -
YUV 172.9 32.12 154.46 -
System Red Green Blue C M Y K H S L
Decimal 210 187 3 0 0.11 0.99 0.18 53.33 0.97 0.42
Hex D2 BB 3 0 B 63 12 35 61 2A
Octal 322 273 3 0 13 143 22 65 141 52
Binary 11010010 10111011 11 0 1011 1100011 10010 110101 1100001 101010

Color Harmonies of #D2BB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB03

Black with #D2BB03

Text Example


Text Example

White with #D2BB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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