Html Css Color HEX #DCC622 Sunflower

📋 copy color: '#DCC622'

red 220 ◦ green 198 ◦ blue 34

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

Shades of Sunflower #DCC622

Tints of Sunflower #DCC622

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.81%

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

R = 48.67%
G = 43.81%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC622 (or 0xDCC622) is known color: Sunflower. HEX triplet: DC, C6 and 22. RGB value is (220,198,34). Sum of RGB (Red+Green+Blue) = 220+198+34=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC622 is #2339DD. Grayscale: #BABABA. Windows color (decimal): -2308574 or 2279132. OLE color: 2279132.

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

Color convert

RGB 220 198 34 -
CMYK 0 0.1 0.85 0.14
HSL 52.9º 0.73% 0.5% -
HSV(B) 52.9º 0.85% 0.86% -
XYZ 50 55.72 9.63 -
YUV 185.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 220 198 34 0 0.1 0.85 0.14 52.9 0.73 0.5
Hex DC C6 22 0 A 55 E 35 49 32
Octal 334 306 42 0 12 125 16 65 111 62
Binary 11011100 11000110 100010 0 1010 1010101 1110 110101 1001001 110010

Color Harmonies of #DCC622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC622

Black with #DCC622

Text Example


Text Example

White with #DCC622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC622; }

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

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

background-color css

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

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

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

border-color css

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

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

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