Html Css Color HEX #D1C602 Bird Flower

📋 copy color: '#D1C602'

red 209 ◦ green 198 ◦ blue 2

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

Shades of Bird Flower #D1C602

Tints of Bird Flower #D1C602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.41%

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

R = 51.1%
G = 48.41%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1C602 (or 0xD1C602) is known color: Bird Flower. HEX triplet: D1, C6 and 02. RGB value is (209,198,2). Sum of RGB (Red+Green+Blue) = 209+198+2=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 198 (77.73% from 255 or 48.41% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C602 is #2E39FD. Grayscale: #B3B3B3. Windows color (decimal): -3029502 or 181969. OLE color: 181969.

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

Color convert

RGB 209 198 2 -
CMYK 0 0.05 0.99 0.18
HSL 56.81º 0.98% 0.41% -
HSV(B) 56.81º 0.99% 0.82% -
XYZ 46.5 53.95 8.02 -
YUV 178.95 28.14 149.44 -
System Red Green Blue C M Y K H S L
Decimal 209 198 2 0 0.05 0.99 0.18 56.81 0.98 0.41
Hex D1 C6 2 0 5 63 12 39 62 29
Octal 321 306 2 0 5 143 22 71 142 51
Binary 11010001 11000110 10 0 101 1100011 10010 111001 1100010 101001

Color Harmonies of #D1C602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C602

Black with #D1C602

Text Example


Text Example

White with #D1C602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C602; }

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

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

background-color css

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

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

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

border-color css

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

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

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