Html Css Color HEX #D3C802 Bird Flower

📋 copy color: '#D3C802'

red 211 ◦ green 200 ◦ blue 2

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

Shades of Bird Flower #D3C802

Tints of Bird Flower #D3C802

RGB

 RED value IS 211 (82.81% from 255) = 51.09%

 GREEN value IS 200 (78.52% from 255) = 48.43%

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

R = 51.09%
G = 48.43%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3C802 (or 0xD3C802) is known color: Bird Flower. HEX triplet: D3, C8 and 02. RGB value is (211,200,2). Sum of RGB (Red+Green+Blue) = 211+200+2=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C802 is #2C37FD. Grayscale: #B5B5B5. Windows color (decimal): -2897918 or 182483. OLE color: 182483.

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

Color convert

RGB 211 200 2 -
CMYK 0 0.05 0.99 0.17
HSL 56.84º 0.98% 0.42% -
HSV(B) 56.84º 0.99% 0.83% -
XYZ 47.53 55.16 8.2 -
YUV 180.72 27.14 149.6 -
System Red Green Blue C M Y K H S L
Decimal 211 200 2 0 0.05 0.99 0.17 56.84 0.98 0.42
Hex D3 C8 2 0 5 63 11 39 62 2A
Octal 323 310 2 0 5 143 21 71 142 52
Binary 11010011 11001000 10 0 101 1100011 10001 111001 1100010 101010

Color Harmonies of #D3C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C802

Black with #D3C802

Text Example


Text Example

White with #D3C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C802; }

 p { color: rgb(211,200,2); }

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

background-color css

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

 a { background-color: rgb(211,200,2); }

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

border-color css

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

 span { border-color: rgb(211,200,2); }

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