Html Css Color HEX #DCC322 Sunflower

📋 copy color: '#DCC322'

red 220 ◦ green 195 ◦ blue 34

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

Shades of Sunflower #DCC322

Tints of Sunflower #DCC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.43%

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

R = 49%
G = 43.43%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC322 (or 0xDCC322) is known color: Sunflower. HEX triplet: DC, C3 and 22. RGB value is (220,195,34). Sum of RGB (Red+Green+Blue) = 220+195+34=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC322 is #233CDD. Grayscale: #B8B8B8. Windows color (decimal): -2309342 or 2278364. OLE color: 2278364.

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

Color convert

RGB 220 195 34 -
CMYK 0 0.11 0.85 0.14
HSL 51.94º 0.73% 0.5% -
HSV(B) 51.94º 0.85% 0.86% -
XYZ 49.32 54.36 9.41 -
YUV 184.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 220 195 34 0 0.11 0.85 0.14 51.94 0.73 0.5
Hex DC C3 22 0 B 55 E 34 49 32
Octal 334 303 42 0 13 125 16 64 111 62
Binary 11011100 11000011 100010 0 1011 1010101 1110 110100 1001001 110010

Color Harmonies of #DCC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC322

Black with #DCC322

Text Example


Text Example

White with #DCC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC322; }

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

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

background-color css

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

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

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

border-color css

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

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

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