Html Css Color HEX #D2C602 Bird Flower

📋 copy color: '#D2C602'

red 210 ◦ green 198 ◦ blue 2

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

Shades of Bird Flower #D2C602

Tints of Bird Flower #D2C602

RGB

 RED value IS 210 (82.42% from 255) = 51.22%

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

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

R = 51.22%
G = 48.29%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2C602 (or 0xD2C602) is known color: Bird Flower. HEX triplet: D2, C6 and 02. RGB value is (210,198,2). Sum of RGB (Red+Green+Blue) = 210+198+2=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C602 is #2D39FD. Grayscale: #B4B4B4. Windows color (decimal): -2963966 or 181970. OLE color: 181970.

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

Color convert

RGB 210 198 2 -
CMYK 0 0.06 0.99 0.18
HSL 56.54º 0.98% 0.42% -
HSV(B) 56.54º 0.99% 0.82% -
XYZ 46.78 54.09 8.03 -
YUV 179.24 27.98 149.94 -
System Red Green Blue C M Y K H S L
Decimal 210 198 2 0 0.06 0.99 0.18 56.54 0.98 0.42
Hex D2 C6 2 0 6 63 12 39 62 2A
Octal 322 306 2 0 6 143 22 71 142 52
Binary 11010010 11000110 10 0 110 1100011 10010 111001 1100010 101010

Color Harmonies of #D2C602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C602

Black with #D2C602

Text Example


Text Example

White with #D2C602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C602; }

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

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

background-color css

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

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

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

border-color css

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

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

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