Html Css Color HEX #D2BC00 Bird Flower

📋 copy color: '#D2BC00'

red 210 ◦ green 188 ◦ blue 0

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

Shades of Bird Flower #D2BC00

Tints of Bird Flower #D2BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.76%
G = 47.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D2BC00 (or 0xD2BC00) is known color: Bird Flower. HEX triplet: D2, BC and 00. RGB value is (210,188,0). Sum of RGB (Red+Green+Blue) = 210+188+0=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BC00 is #2D43FF. Grayscale: #ADADAD. Windows color (decimal): -2966528 or 48338. OLE color: 48338.

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

Color convert

RGB 210 188 0 -
CMYK 0 0.10 1 0.18
HSL 53.71º 1% 0.41% -
HSV(B) 53.71º 1% 0.82% -
XYZ 44.56 49.67 7.24 -
YUV 173.15 30.29 154.29 -
System Red Green Blue C M Y K H S L
Decimal 210 188 0 0 0.10 1 0.18 53.71 1 0.41
Hex D2 BC 0 0 A 64 12 36 64 29
Octal 322 274 0 0 12 144 22 66 144 51
Binary 11010010 10111100 0 0 1010 1100100 10010 110110 1100100 101001

Color Harmonies of #D2BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC00

Black with #D2BC00

Text Example


Text Example

White with #D2BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC00; }

 p { color: rgb(210,188,0); }

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

background-color css

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

 a { background-color: rgb(210,188,0); }

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

border-color css

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

 span { border-color: rgb(210,188,0); }

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