Html Css Color HEX #DCC51B Sunflower

📋 copy color: '#DCC51B'

red 220 ◦ green 197 ◦ blue 27

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

Shades of Sunflower #DCC51B

Tints of Sunflower #DCC51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.08%

R = 49.55%
G = 44.37%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC51B (or 0xDCC51B) is known color: Sunflower. HEX triplet: DC, C5 and 1B. RGB value is (220,197,27). Sum of RGB (Red+Green+Blue) = 220+197+27=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 27 (10.94% from 255 or 6.08% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC51B is #233AE4. Grayscale: #B9B9B9. Windows color (decimal): -2308837 or 1820124. OLE color: 1820124.

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

Color convert

RGB 220 197 27 -
CMYK 0 0.10 0.88 0.14
HSL 52.85º 0.78% 0.48% -
HSV(B) 52.85º 0.88% 0.86% -
XYZ 49.68 55.23 9.08 -
YUV 184.5 39.12 153.32 -
System Red Green Blue C M Y K H S L
Decimal 220 197 27 0 0.10 0.88 0.14 52.85 0.78 0.48
Hex DC C5 1B 0 A 58 E 35 4E 30
Octal 334 305 33 0 12 130 16 65 116 60
Binary 11011100 11000101 11011 0 1010 1011000 1110 110101 1001110 110000

Color Harmonies of #DCC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC51B

Black with #DCC51B

Text Example


Text Example

White with #DCC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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