Html Css Color HEX #D5C502 Bird Flower

📋 copy color: '#D5C502'

red 213 ◦ green 197 ◦ blue 2

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

Shades of Bird Flower #D5C502

Tints of Bird Flower #D5C502

RGB

 RED value IS 213 (83.59% from 255) = 51.7%

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

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

R = 51.7%
G = 47.82%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5C502 (or 0xD5C502) is known color: Bird Flower. HEX triplet: D5, C5 and 02. RGB value is (213,197,2). Sum of RGB (Red+Green+Blue) = 213+197+2=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C502 is #2A3AFD. Grayscale: #B4B4B4. Windows color (decimal): -2767614 or 181717. OLE color: 181717.

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

Color convert

RGB 213 197 2 -
CMYK 0 0.08 0.99 0.16
HSL 55.45º 0.98% 0.42% -
HSV(B) 55.45º 0.99% 0.84% -
XYZ 47.42 54.08 8 -
YUV 179.55 27.8 151.86 -
System Red Green Blue C M Y K H S L
Decimal 213 197 2 0 0.08 0.99 0.16 55.45 0.98 0.42
Hex D5 C5 2 0 8 63 10 37 62 2A
Octal 325 305 2 0 10 143 20 67 142 52
Binary 11010101 11000101 10 0 1000 1100011 10000 110111 1100010 101010

Color Harmonies of #D5C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C502

Black with #D5C502

Text Example


Text Example

White with #D5C502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C502; }

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

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

background-color css

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

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

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

border-color css

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

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

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