Html Css Color HEX #DCC122 Sunflower

📋 copy color: '#DCC122'

red 220 ◦ green 193 ◦ blue 34

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

Shades of Sunflower #DCC122

Tints of Sunflower #DCC122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.61%

R = 49.22%
G = 43.18%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC122 (or 0xDCC122) is known color: Sunflower. HEX triplet: DC, C1 and 22. RGB value is (220,193,34). Sum of RGB (Red+Green+Blue) = 220+193+34=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC122 is #233EDD. Grayscale: #B7B7B7. Windows color (decimal): -2309854 or 2277852. OLE color: 2277852.

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

Color convert

RGB 220 193 34 -
CMYK 0 0.12 0.85 0.14
HSL 51.29º 0.73% 0.5% -
HSV(B) 51.29º 0.85% 0.86% -
XYZ 48.87 53.47 9.26 -
YUV 182.95 43.95 154.43 -
System Red Green Blue C M Y K H S L
Decimal 220 193 34 0 0.12 0.85 0.14 51.29 0.73 0.5
Hex DC C1 22 0 C 55 E 33 49 32
Octal 334 301 42 0 14 125 16 63 111 62
Binary 11011100 11000001 100010 0 1100 1010101 1110 110011 1001001 110010

Color Harmonies of #DCC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC122

Black with #DCC122

Text Example


Text Example

White with #DCC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC122; }

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

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

background-color css

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

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

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

border-color css

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

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

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