Html Css Color HEX #DCC326 Sunflower

📋 copy color: '#DCC326'

red 220 ◦ green 195 ◦ blue 38

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

Shades of Sunflower #DCC326

Tints of Sunflower #DCC326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.39%

R = 48.57%
G = 43.05%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC326 (or 0xDCC326) is known color: Sunflower. HEX triplet: DC, C3 and 26. RGB value is (220,195,38). Sum of RGB (Red+Green+Blue) = 220+195+38=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC326 is #233CD9. Grayscale: #B9B9B9. Windows color (decimal): -2309338 or 2540508. OLE color: 2540508.

HSL color Cylindrical-coordinate representation of color #DCC326: hue angle of 51.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCC326 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 38 -
CMYK 0 0.11 0.83 0.14
HSL 51.76º 0.72% 0.51% -
HSV(B) 51.76º 0.83% 0.86% -
XYZ 49.38 54.39 9.73 -
YUV 184.58 45.28 153.27 -
System Red Green Blue C M Y K H S L
Decimal 220 195 38 0 0.11 0.83 0.14 51.76 0.72 0.51
Hex DC C3 26 0 B 53 E 34 48 33
Octal 334 303 46 0 13 123 16 64 110 63
Binary 11011100 11000011 100110 0 1011 1010011 1110 110100 1001000 110011

Color Harmonies of #DCC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC326

Black with #DCC326

Text Example


Text Example

White with #DCC326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC326; }

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

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

background-color css

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

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

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

border-color css

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

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

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