Html Css Color HEX #D1C502 Bird Flower

📋 copy color: '#D1C502'

red 209 ◦ green 197 ◦ blue 2

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

Shades of Bird Flower #D1C502

Tints of Bird Flower #D1C502

RGB

 RED value IS 209 (82.03% from 255) = 51.23%

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

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

R = 51.23%
G = 48.28%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1C502 (or 0xD1C502) is known color: Bird Flower. HEX triplet: D1, C5 and 02. RGB value is (209,197,2). Sum of RGB (Red+Green+Blue) = 209+197+2=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C502 is #2E3AFD. Grayscale: #B3B3B3. Windows color (decimal): -3029758 or 181713. OLE color: 181713.

HSL color Cylindrical-coordinate representation of color #D1C502: hue angle of 56.52º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1C502 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 197 2 -
CMYK 0 0.06 0.99 0.18
HSL 56.52º 0.98% 0.41% -
HSV(B) 56.52º 0.99% 0.82% -
XYZ 46.27 53.49 7.94 -
YUV 178.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 209 197 2 0 0.06 0.99 0.18 56.52 0.98 0.41
Hex D1 C5 2 0 6 63 12 39 62 29
Octal 321 305 2 0 6 143 22 71 142 51
Binary 11010001 11000101 10 0 110 1100011 10010 111001 1100010 101001

Color Harmonies of #D1C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C502

Black with #D1C502

Text Example


Text Example

White with #D1C502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C502; }

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

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

background-color css

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

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

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

border-color css

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

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

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