Html Css Color HEX #D5C802 Bird Flower

📋 copy color: '#D5C802'

red 213 ◦ green 200 ◦ blue 2

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

Shades of Bird Flower #D5C802

Tints of Bird Flower #D5C802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.19%

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

R = 51.33%
G = 48.19%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D5C802 (or 0xD5C802) is known color: Bird Flower. HEX triplet: D5, C8 and 02. RGB value is (213,200,2). Sum of RGB (Red+Green+Blue) = 213+200+2=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C802 is #2A37FD. Grayscale: #B6B6B6. Windows color (decimal): -2766846 or 182485. OLE color: 182485.

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

Color convert

RGB 213 200 2 -
CMYK 0 0.06 0.99 0.16
HSL 56.3º 0.98% 0.42% -
HSV(B) 56.3º 0.99% 0.84% -
XYZ 48.11 55.46 8.23 -
YUV 181.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 213 200 2 0 0.06 0.99 0.16 56.3 0.98 0.42
Hex D5 C8 2 0 6 63 10 38 62 2A
Octal 325 310 2 0 6 143 20 70 142 52
Binary 11010101 11001000 10 0 110 1100011 10000 111000 1100010 101010

Color Harmonies of #D5C802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C802

Black with #D5C802

Text Example


Text Example

White with #D5C802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C802; }

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

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

background-color css

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

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

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

border-color css

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

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

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