Html Css Color HEX #DCC022 Sunflower

📋 copy color: '#DCC022'

red 220 ◦ green 192 ◦ blue 34

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

Shades of Sunflower #DCC022

Tints of Sunflower #DCC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

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

R = 49.33%
G = 43.05%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC022 (or 0xDCC022) is known color: Sunflower. HEX triplet: DC, C0 and 22. RGB value is (220,192,34). Sum of RGB (Red+Green+Blue) = 220+192+34=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC022 is #233FDD. Grayscale: #B7B7B7. Windows color (decimal): -2310110 or 2277596. OLE color: 2277596.

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

Color convert

RGB 220 192 34 -
CMYK 0 0.13 0.85 0.14
HSL 50.97º 0.73% 0.5% -
HSV(B) 50.97º 0.85% 0.86% -
XYZ 48.65 53.03 9.18 -
YUV 182.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 220 192 34 0 0.13 0.85 0.14 50.97 0.73 0.5
Hex DC C0 22 0 D 55 E 33 49 32
Octal 334 300 42 0 15 125 16 63 111 62
Binary 11011100 11000000 100010 0 1101 1010101 1110 110011 1001001 110010

Color Harmonies of #DCC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC022

Black with #DCC022

Text Example


Text Example

White with #DCC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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