Html Css Color HEX #DCC50B Sunflower

📋 copy color: '#DCC50B'

red 220 ◦ green 197 ◦ blue 11

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

Shades of Sunflower #DCC50B

Tints of Sunflower #DCC50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 51.4%
G = 46.03%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC50B (or 0xDCC50B) is known color: Sunflower. HEX triplet: DC, C5 and 0B. RGB value is (220,197,11). Sum of RGB (Red+Green+Blue) = 220+197+11=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC50B is #233AF4. Grayscale: #B7B7B7. Windows color (decimal): -2308853 or 771548. OLE color: 771548.

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

Color convert

RGB 220 197 11 -
CMYK 0 0.10 0.95 0.14
HSL 53.4º 0.9% 0.45% -
HSV(B) 53.4º 0.95% 0.86% -
XYZ 49.54 55.17 8.35 -
YUV 182.67 31.12 154.62 -
System Red Green Blue C M Y K H S L
Decimal 220 197 11 0 0.10 0.95 0.14 53.4 0.9 0.45
Hex DC C5 B 0 A 5F E 35 5A 2D
Octal 334 305 13 0 12 137 16 65 132 55
Binary 11011100 11000101 1011 0 1010 1011111 1110 110101 1011010 101101

Color Harmonies of #DCC50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC50B

Black with #DCC50B

Text Example


Text Example

White with #DCC50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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