Html Css Color HEX #D2BB01 Bird Flower

📋 copy color: '#D2BB01'

red 210 ◦ green 187 ◦ blue 1

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

Shades of Bird Flower #D2BB01

Tints of Bird Flower #D2BB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 52.76%
G = 46.98%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D2BB01 (or 0xD2BB01) is known color: Bird Flower. HEX triplet: D2, BB and 01. RGB value is (210,187,1). Sum of RGB (Red+Green+Blue) = 210+187+1=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BB01 is #2D44FE. Grayscale: #ADADAD. Windows color (decimal): -2966783 or 113618. OLE color: 113618.

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

Color convert

RGB 210 187 1 -
CMYK 0 0.11 1.00 0.18
HSL 53.4º 0.99% 0.41% -
HSV(B) 53.4º 1% 0.82% -
XYZ 44.35 49.24 7.2 -
YUV 172.67 31.12 154.62 -
System Red Green Blue C M Y K H S L
Decimal 210 187 1 0 0.11 1.00 0.18 53.4 0.99 0.41
Hex D2 BB 1 0 B 64 12 35 63 29
Octal 322 273 1 0 13 144 22 65 143 51
Binary 11010010 10111011 1 0 1011 1100100 10010 110101 1100011 101001

Color Harmonies of #D2BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB01

Black with #D2BB01

Text Example


Text Example

White with #D2BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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