Html Css Color HEX #D5D002 Bird Flower

📋 copy color: '#D5D002'

red 213 ◦ green 208 ◦ blue 2

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

Shades of Bird Flower #D5D002

Tints of Bird Flower #D5D002

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

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

R = 50.35%
G = 49.17%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5D002 (or 0xD5D002) is known color: Bird Flower. HEX triplet: D5, D0 and 02. RGB value is (213,208,2). Sum of RGB (Red+Green+Blue) = 213+208+2=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5D002 is #2A2FFD. Grayscale: #BABABA. Windows color (decimal): -2764798 or 184533. OLE color: 184533.

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

Color convert

RGB 213 208 2 -
CMYK 0 0.02 0.99 0.16
HSL 58.58º 0.98% 0.42% -
HSV(B) 58.58º 0.99% 0.84% -
XYZ 50.01 59.26 8.86 -
YUV 186.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 213 208 2 0 0.02 0.99 0.16 58.58 0.98 0.42
Hex D5 D0 2 0 2 63 10 3B 62 2A
Octal 325 320 2 0 2 143 20 73 142 52
Binary 11010101 11010000 10 0 10 1100011 10000 111011 1100010 101010

Color Harmonies of #D5D002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D002

Black with #D5D002

Text Example


Text Example

White with #D5D002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D002; }

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

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

background-color css

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

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

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

border-color css

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

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

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