Html Css Color HEX #D4B002 Bird Flower

📋 copy color: '#D4B002'

red 212 ◦ green 176 ◦ blue 2

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

Shades of Bird Flower #D4B002

Tints of Bird Flower #D4B002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

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

R = 54.36%
G = 45.13%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D4B002 (or 0xD4B002) is known color: Bird Flower. HEX triplet: D4, B0 and 02. RGB value is (212,176,2). Sum of RGB (Red+Green+Blue) = 212+176+2=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B002 is #2B4FFD. Grayscale: #A7A7A7. Windows color (decimal): -2838526 or 176340. OLE color: 176340.

HSL color Cylindrical-coordinate representation of color #D4B002: hue angle of 49.71º 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 #D4B002 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 2 -
CMYK 0 0.17 0.99 0.17
HSL 49.71º 0.98% 0.42% -
HSV(B) 49.71º 0.99% 0.83% -
XYZ 42.69 45.05 6.5 -
YUV 166.93 34.93 160.15 -
System Red Green Blue C M Y K H S L
Decimal 212 176 2 0 0.17 0.99 0.17 49.71 0.98 0.42
Hex D4 B0 2 0 11 63 11 32 62 2A
Octal 324 260 2 0 21 143 21 62 142 52
Binary 11010100 10110000 10 0 10001 1100011 10001 110010 1100010 101010

Color Harmonies of #D4B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B002

Black with #D4B002

Text Example


Text Example

White with #D4B002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B002; }

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

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

background-color css

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

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

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

border-color css

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

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

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