Html Css Color HEX #DCC402 Bird Flower

📋 copy color: '#DCC402'

red 220 ◦ green 196 ◦ blue 2

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

Shades of Bird Flower #DCC402

Tints of Bird Flower #DCC402

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.89%

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

R = 52.63%
G = 46.89%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCC402 (or 0xDCC402) is known color: Bird Flower. HEX triplet: DC, C4 and 02. RGB value is (220,196,2). Sum of RGB (Red+Green+Blue) = 220+196+2=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC402 is #233BFD. Grayscale: #B5B5B5. Windows color (decimal): -2309118 or 181468. OLE color: 181468.

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

Color convert

RGB 220 196 2 -
CMYK 0 0.11 0.99 0.14
HSL 53.39º 0.98% 0.44% -
HSV(B) 53.39º 0.99% 0.86% -
XYZ 49.27 54.7 8.02 -
YUV 181.06 26.95 155.77 -
System Red Green Blue C M Y K H S L
Decimal 220 196 2 0 0.11 0.99 0.14 53.39 0.98 0.44
Hex DC C4 2 0 B 63 E 35 62 2C
Octal 334 304 2 0 13 143 16 65 142 54
Binary 11011100 11000100 10 0 1011 1100011 1110 110101 1100010 101100

Color Harmonies of #DCC402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC402

Black with #DCC402

Text Example


Text Example

White with #DCC402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC402; }

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

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

background-color css

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

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

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

border-color css

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

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

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