Html Css Color HEX #D3C502 Bird Flower

📋 copy color: '#D3C502'

red 211 ◦ green 197 ◦ blue 2

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

Shades of Bird Flower #D3C502

Tints of Bird Flower #D3C502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.05%

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

R = 51.46%
G = 48.05%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D3C502 (or 0xD3C502) is known color: Bird Flower. HEX triplet: D3, C5 and 02. RGB value is (211,197,2). Sum of RGB (Red+Green+Blue) = 211+197+2=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C502 is #2C3AFD. Grayscale: #B3B3B3. Windows color (decimal): -2898686 or 181715. OLE color: 181715.

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

Color convert

RGB 211 197 2 -
CMYK 0 0.07 0.99 0.17
HSL 55.98º 0.98% 0.42% -
HSV(B) 55.98º 0.99% 0.83% -
XYZ 46.84 53.79 7.97 -
YUV 178.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 211 197 2 0 0.07 0.99 0.17 55.98 0.98 0.42
Hex D3 C5 2 0 7 63 11 38 62 2A
Octal 323 305 2 0 7 143 21 70 142 52
Binary 11010011 11000101 10 0 111 1100011 10001 111000 1100010 101010

Color Harmonies of #D3C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C502

Black with #D3C502

Text Example


Text Example

White with #D3C502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C502; }

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

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

background-color css

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

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

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

border-color css

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

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

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