Html Css Color HEX #D2BE00 Bird Flower

📋 copy color: '#D2BE00'

red 210 ◦ green 190 ◦ blue 0

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

Shades of Bird Flower #D2BE00

Tints of Bird Flower #D2BE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

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

R = 52.5%
G = 47.5%
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

#D2BE00 (or 0xD2BE00) is known color: Bird Flower. HEX triplet: D2, BE and 00. RGB value is (210,190,0). Sum of RGB (Red+Green+Blue) = 210+190+0=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BE00 is #2D41FF. Grayscale: #AFAFAF. Windows color (decimal): -2966016 or 48850. OLE color: 48850.

HSL color Cylindrical-coordinate representation of color #D2BE00: hue angle of 54.29º 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 #D2BE00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 190 0 -
CMYK 0 0.10 1 0.18
HSL 54.29º 1% 0.41% -
HSV(B) 54.29º 1% 0.82% -
XYZ 44.99 50.53 7.38 -
YUV 174.32 29.63 153.45 -
System Red Green Blue C M Y K H S L
Decimal 210 190 0 0 0.10 1 0.18 54.29 1 0.41
Hex D2 BE 0 0 A 64 12 36 64 29
Octal 322 276 0 0 12 144 22 66 144 51
Binary 11010010 10111110 0 0 1010 1100100 10010 110110 1100100 101001

Color Harmonies of #D2BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BE00

Black with #D2BE00

Text Example


Text Example

White with #D2BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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