Html Css Color HEX #D5C302 Bird Flower

📋 copy color: '#D5C302'

red 213 ◦ green 195 ◦ blue 2

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

Shades of Bird Flower #D5C302

Tints of Bird Flower #D5C302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.56%

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

R = 51.95%
G = 47.56%
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

#D5C302 (or 0xD5C302) is known color: Bird Flower. HEX triplet: D5, C3 and 02. RGB value is (213,195,2). Sum of RGB (Red+Green+Blue) = 213+195+2=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C302 is #2A3CFD. Grayscale: #B3B3B3. Windows color (decimal): -2768126 or 181205. OLE color: 181205.

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

Color convert

RGB 213 195 2 -
CMYK 0 0.08 0.99 0.16
HSL 54.88º 0.98% 0.42% -
HSV(B) 54.88º 0.99% 0.84% -
XYZ 46.97 53.18 7.85 -
YUV 178.38 28.46 152.69 -
System Red Green Blue C M Y K H S L
Decimal 213 195 2 0 0.08 0.99 0.16 54.88 0.98 0.42
Hex D5 C3 2 0 8 63 10 37 62 2A
Octal 325 303 2 0 10 143 20 67 142 52
Binary 11010101 11000011 10 0 1000 1100011 10000 110111 1100010 101010

Color Harmonies of #D5C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C302

Black with #D5C302

Text Example


Text Example

White with #D5C302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C302; }

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

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

background-color css

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

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

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

border-color css

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

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

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