Html Css Color HEX #DCC51D Sunflower

📋 copy color: '#DCC51D'

red 220 ◦ green 197 ◦ blue 29

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

Shades of Sunflower #DCC51D

Tints of Sunflower #DCC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 29 (11.72% from 255) = 6.5%

R = 49.33%
G = 44.17%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCC51D (or 0xDCC51D) is known color: Sunflower. HEX triplet: DC, C5 and 1D. RGB value is (220,197,29). Sum of RGB (Red+Green+Blue) = 220+197+29=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC51D is #233AE2. Grayscale: #B9B9B9. Windows color (decimal): -2308835 or 1951196. OLE color: 1951196.

HSL color Cylindrical-coordinate representation of color #DCC51D: hue angle of 52.77º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCC51D is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 29 -
CMYK 0 0.10 0.87 0.14
HSL 52.77º 0.77% 0.49% -
HSV(B) 52.77º 0.87% 0.86% -
XYZ 49.7 55.24 9.2 -
YUV 184.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 220 197 29 0 0.10 0.87 0.14 52.77 0.77 0.49
Hex DC C5 1D 0 A 57 E 35 4D 31
Octal 334 305 35 0 12 127 16 65 115 61
Binary 11011100 11000101 11101 0 1010 1010111 1110 110101 1001101 110001

Color Harmonies of #DCC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC51D

Black with #DCC51D

Text Example


Text Example

White with #DCC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC51D; }

 p { color: rgb(220,197,29); }

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

background-color css

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

 a { background-color: rgb(220,197,29); }

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

border-color css

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

 span { border-color: rgb(220,197,29); }

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