Html Css Color HEX #D1C302 Bird Flower

📋 copy color: '#D1C302'

red 209 ◦ green 195 ◦ blue 2

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

Shades of Bird Flower #D1C302

Tints of Bird Flower #D1C302

RGB

 RED value IS 209 (82.03% from 255) = 51.48%

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

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

R = 51.48%
G = 48.03%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1C302 (or 0xD1C302) is known color: Bird Flower. HEX triplet: D1, C3 and 02. RGB value is (209,195,2). Sum of RGB (Red+Green+Blue) = 209+195+2=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C302 is #2E3CFD. Grayscale: #B1B1B1. Windows color (decimal): -3030270 or 181201. OLE color: 181201.

HSL color Cylindrical-coordinate representation of color #D1C302: hue angle of 55.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1C302 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 195 2 -
CMYK 0 0.07 0.99 0.18
HSL 55.94º 0.98% 0.41% -
HSV(B) 55.94º 0.99% 0.82% -
XYZ 45.82 52.59 7.79 -
YUV 177.18 29.14 150.69 -
System Red Green Blue C M Y K H S L
Decimal 209 195 2 0 0.07 0.99 0.18 55.94 0.98 0.41
Hex D1 C3 2 0 7 63 12 38 62 29
Octal 321 303 2 0 7 143 22 70 142 51
Binary 11010001 11000011 10 0 111 1100011 10010 111000 1100010 101001

Color Harmonies of #D1C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C302

Black with #D1C302

Text Example


Text Example

White with #D1C302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C302; }

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

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

background-color css

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

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

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

border-color css

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

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

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