Html Css Color HEX #D4B802 Bird Flower

📋 copy color: '#D4B802'

red 212 ◦ green 184 ◦ blue 2

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

Shades of Bird Flower #D4B802

Tints of Bird Flower #D4B802

RGB

 RED value IS 212 (83.2% from 255) = 53.27%

 GREEN value IS 184 (72.27% from 255) = 46.23%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 53.27%
G = 46.23%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D4B802 (or 0xD4B802) is known color: Bird Flower. HEX triplet: D4, B8 and 02. RGB value is (212,184,2). Sum of RGB (Red+Green+Blue) = 212+184+2=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B802 is #2B47FD. Grayscale: #ACACAC. Windows color (decimal): -2836478 or 178388. OLE color: 178388.

HSL color Cylindrical-coordinate representation of color #D4B802: hue angle of 52º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4B802 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 184 2 -
CMYK 0 0.13 0.99 0.17
HSL 52º 0.98% 0.42% -
HSV(B) 52º 0.99% 0.83% -
XYZ 44.3 48.28 7.04 -
YUV 171.62 32.28 156.8 -
System Red Green Blue C M Y K H S L
Decimal 212 184 2 0 0.13 0.99 0.17 52 0.98 0.42
Hex D4 B8 2 0 D 63 11 34 62 2A
Octal 324 270 2 0 15 143 21 64 142 52
Binary 11010100 10111000 10 0 1101 1100011 10001 110100 1100010 101010

Color Harmonies of #D4B802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B802

Black with #D4B802

Text Example


Text Example

White with #D4B802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B802; }

 p { color: rgb(212,184,2); }

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

background-color css

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

 a { background-color: rgb(212,184,2); }

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

border-color css

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

 span { border-color: rgb(212,184,2); }

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