Html Css Color HEX #DCC129 Sunflower

📋 copy color: '#DCC129'

red 220 ◦ green 193 ◦ blue 41

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

Shades of Sunflower #DCC129

Tints of Sunflower #DCC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 48.46%
G = 42.51%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCC129 (or 0xDCC129) is known color: Sunflower. HEX triplet: DC, C1 and 29. RGB value is (220,193,41). Sum of RGB (Red+Green+Blue) = 220+193+41=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC129 is #233ED6. Grayscale: #B8B8B8. Windows color (decimal): -2309847 or 2736604. OLE color: 2736604.

HSL color Cylindrical-coordinate representation of color #DCC129: hue angle of 50.95º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC129 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 193 41 -
CMYK 0 0.12 0.81 0.14
HSL 50.95º 0.72% 0.51% -
HSV(B) 50.95º 0.81% 0.86% -
XYZ 48.99 53.52 9.85 -
YUV 183.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 220 193 41 0 0.12 0.81 0.14 50.95 0.72 0.51
Hex DC C1 29 0 C 51 E 33 48 33
Octal 334 301 51 0 14 121 16 63 110 63
Binary 11011100 11000001 101001 0 1100 1010001 1110 110011 1001000 110011

Color Harmonies of #DCC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC129

Black with #DCC129

Text Example


Text Example

White with #DCC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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