Html Css Color HEX #D5D202 Bird Flower

📋 copy color: '#D5D202'

red 213 ◦ green 210 ◦ blue 2

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

Shades of Bird Flower #D5D202

Tints of Bird Flower #D5D202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

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

R = 50.12%
G = 49.41%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5D202 (or 0xD5D202) is known color: Bird Flower. HEX triplet: D5, D2 and 02. RGB value is (213,210,2). Sum of RGB (Red+Green+Blue) = 213+210+2=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D202 is #2A2DFD. Grayscale: #BCBCBC. Windows color (decimal): -2764286 or 185045. OLE color: 185045.

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

Color convert

RGB 213 210 2 -
CMYK 0 0.01 0.99 0.16
HSL 59.15º 0.98% 0.42% -
HSV(B) 59.15º 0.99% 0.84% -
XYZ 50.5 60.24 9.02 -
YUV 187.19 23.49 146.41 -
System Red Green Blue C M Y K H S L
Decimal 213 210 2 0 0.01 0.99 0.16 59.15 0.98 0.42
Hex D5 D2 2 0 1 63 10 3B 62 2A
Octal 325 322 2 0 1 143 20 73 142 52
Binary 11010101 11010010 10 0 1 1100011 10000 111011 1100010 101010

Color Harmonies of #D5D202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D202

Black with #D5D202

Text Example


Text Example

White with #D5D202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D202; }

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

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

background-color css

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

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

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

border-color css

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

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

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