Html Css Color HEX #DCC102 Sunflower

📋 copy color: '#DCC102'

red 220 ◦ green 193 ◦ blue 2

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

Shades of Sunflower #DCC102

Tints of Sunflower #DCC102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.51%

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

R = 53.01%
G = 46.51%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCC102 (or 0xDCC102) is known color: Sunflower. HEX triplet: DC, C1 and 02. RGB value is (220,193,2). Sum of RGB (Red+Green+Blue) = 220+193+2=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC102 is #233EFD. Grayscale: #B4B4B4. Windows color (decimal): -2309886 or 180700. OLE color: 180700.

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

Color convert

RGB 220 193 2 -
CMYK 0 0.12 0.99 0.14
HSL 52.57º 0.98% 0.44% -
HSV(B) 52.57º 0.99% 0.86% -
XYZ 48.6 53.36 7.8 -
YUV 179.3 27.95 157.03 -
System Red Green Blue C M Y K H S L
Decimal 220 193 2 0 0.12 0.99 0.14 52.57 0.98 0.44
Hex DC C1 2 0 C 63 E 35 62 2C
Octal 334 301 2 0 14 143 16 65 142 54
Binary 11011100 11000001 10 0 1100 1100011 1110 110101 1100010 101100

Color Harmonies of #DCC102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC102

Black with #DCC102

Text Example


Text Example

White with #DCC102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC102; }

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

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

background-color css

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

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

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

border-color css

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

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

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