Html Css Color HEX #D5C902 Bird Flower

📋 copy color: '#D5C902'

red 213 ◦ green 201 ◦ blue 2

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

Shades of Bird Flower #D5C902

Tints of Bird Flower #D5C902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.32%

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

R = 51.2%
G = 48.32%
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

#D5C902 (or 0xD5C902) is known color: Bird Flower. HEX triplet: D5, C9 and 02. RGB value is (213,201,2). Sum of RGB (Red+Green+Blue) = 213+201+2=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C902 is #2A36FD. Grayscale: #B6B6B6. Windows color (decimal): -2766590 or 182741. OLE color: 182741.

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

Color convert

RGB 213 201 2 -
CMYK 0 0.06 0.99 0.16
HSL 56.59º 0.98% 0.42% -
HSV(B) 56.59º 0.99% 0.84% -
XYZ 48.34 55.92 8.3 -
YUV 181.9 26.48 150.18 -
System Red Green Blue C M Y K H S L
Decimal 213 201 2 0 0.06 0.99 0.16 56.59 0.98 0.42
Hex D5 C9 2 0 6 63 10 39 62 2A
Octal 325 311 2 0 6 143 20 71 142 52
Binary 11010101 11001001 10 0 110 1100011 10000 111001 1100010 101010

Color Harmonies of #D5C902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C902

Black with #D5C902

Text Example


Text Example

White with #D5C902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C902; }

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

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

background-color css

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

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

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

border-color css

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

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

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