Html Css Color HEX #DCC602 Bird Flower

📋 copy color: '#DCC602'

red 220 ◦ green 198 ◦ blue 2

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

Shades of Bird Flower #DCC602

Tints of Bird Flower #DCC602

RGB

 RED value IS 220 (86.33% from 255) = 52.38%

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

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

R = 52.38%
G = 47.14%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCC602 (or 0xDCC602) is known color: Bird Flower. HEX triplet: DC, C6 and 02. RGB value is (220,198,2). Sum of RGB (Red+Green+Blue) = 220+198+2=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC602 is #2339FD. Grayscale: #B7B7B7. Windows color (decimal): -2308606 or 181980. OLE color: 181980.

HSL color Cylindrical-coordinate representation of color #DCC602: hue angle of 53.94º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCC602 is Cyan = 0, Magento = 0.1, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 2 -
CMYK 0 0.1 0.99 0.14
HSL 53.94º 0.98% 0.44% -
HSV(B) 53.94º 0.99% 0.86% -
XYZ 49.72 55.61 8.17 -
YUV 182.23 26.29 154.94 -
System Red Green Blue C M Y K H S L
Decimal 220 198 2 0 0.1 0.99 0.14 53.94 0.98 0.44
Hex DC C6 2 0 A 63 E 36 62 2C
Octal 334 306 2 0 12 143 16 66 142 54
Binary 11011100 11000110 10 0 1010 1100011 1110 110110 1100010 101100

Color Harmonies of #DCC602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC602

Black with #DCC602

Text Example


Text Example

White with #DCC602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC602; }

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

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

background-color css

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

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

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

border-color css

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

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

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