Html Css Color HEX #DCC325 Sunflower

📋 copy color: '#DCC325'

red 220 ◦ green 195 ◦ blue 37

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

Shades of Sunflower #DCC325

Tints of Sunflower #DCC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.19%

R = 48.67%
G = 43.14%
B = 8.19%

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

#DCC325 (or 0xDCC325) is known color: Sunflower. HEX triplet: DC, C3 and 25. RGB value is (220,195,37). Sum of RGB (Red+Green+Blue) = 220+195+37=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC325 is #233CDA. Grayscale: #B9B9B9. Windows color (decimal): -2309339 or 2474972. OLE color: 2474972.

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

Color convert

RGB 220 195 37 -
CMYK 0 0.11 0.83 0.14
HSL 51.8º 0.72% 0.5% -
HSV(B) 51.8º 0.83% 0.86% -
XYZ 49.36 54.38 9.64 -
YUV 184.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 220 195 37 0 0.11 0.83 0.14 51.8 0.72 0.5
Hex DC C3 25 0 B 53 E 34 48 32
Octal 334 303 45 0 13 123 16 64 110 62
Binary 11011100 11000011 100101 0 1011 1010011 1110 110100 1001000 110010

Color Harmonies of #DCC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC325

Black with #DCC325

Text Example


Text Example

White with #DCC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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