Html Css Color HEX #DCC722 Sunflower

📋 copy color: '#DCC722'

red 220 ◦ green 199 ◦ blue 34

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

Shades of Sunflower #DCC722

Tints of Sunflower #DCC722

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.93%

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

R = 48.57%
G = 43.93%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCC722 (or 0xDCC722) is known color: Sunflower. HEX triplet: DC, C7 and 22. RGB value is (220,199,34). Sum of RGB (Red+Green+Blue) = 220+199+34=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC722 is #2338DD. Grayscale: #BBBBBB. Windows color (decimal): -2308318 or 2279388. OLE color: 2279388.

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

Color convert

RGB 220 199 34 -
CMYK 0 0.10 0.85 0.14
HSL 53.23º 0.73% 0.5% -
HSV(B) 53.23º 0.85% 0.86% -
XYZ 50.23 56.18 9.71 -
YUV 186.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 220 199 34 0 0.10 0.85 0.14 53.23 0.73 0.5
Hex DC C7 22 0 A 55 E 35 49 32
Octal 334 307 42 0 12 125 16 65 111 62
Binary 11011100 11000111 100010 0 1010 1010101 1110 110101 1001001 110010

Color Harmonies of #DCC722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC722

Black with #DCC722

Text Example


Text Example

White with #DCC722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC722; }

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

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

background-color css

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

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

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

border-color css

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

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

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