Html Css Color HEX #DCC20B Sunflower

📋 copy color: '#DCC20B'

red 220 ◦ green 194 ◦ blue 11

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

Shades of Sunflower #DCC20B

Tints of Sunflower #DCC20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.65%

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

R = 51.76%
G = 45.65%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC20B (or 0xDCC20B) is known color: Sunflower. HEX triplet: DC, C2 and 0B. RGB value is (220,194,11). Sum of RGB (Red+Green+Blue) = 220+194+11=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC20B is #233DF4. Grayscale: #B5B5B5. Windows color (decimal): -2309621 or 770780. OLE color: 770780.

HSL color Cylindrical-coordinate representation of color #DCC20B: hue angle of 52.54º 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 #DCC20B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 11 -
CMYK 0 0.12 0.95 0.14
HSL 52.54º 0.9% 0.45% -
HSV(B) 52.54º 0.95% 0.86% -
XYZ 48.87 53.82 8.13 -
YUV 180.91 32.11 155.88 -
System Red Green Blue C M Y K H S L
Decimal 220 194 11 0 0.12 0.95 0.14 52.54 0.9 0.45
Hex DC C2 B 0 C 5F E 35 5A 2D
Octal 334 302 13 0 14 137 16 65 132 55
Binary 11011100 11000010 1011 0 1100 1011111 1110 110101 1011010 101101

Color Harmonies of #DCC20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC20B

Black with #DCC20B

Text Example


Text Example

White with #DCC20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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