Html Css Color HEX #DCCB11 Sunflower

📋 copy color: '#DCCB11'

red 220 ◦ green 203 ◦ blue 17

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

Shades of Sunflower #DCCB11

Tints of Sunflower #DCCB11

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

 BLUE value IS 17 (7.03% from 255) = 3.86%

R = 50%
G = 46.14%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCCB11 (or 0xDCCB11) is known color: Sunflower. HEX triplet: DC, CB and 11. RGB value is (220,203,17). Sum of RGB (Red+Green+Blue) = 220+203+17=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB11 is #2334EE. Grayscale: #BBBBBB. Windows color (decimal): -2307311 or 1166300. OLE color: 1166300.

HSL color Cylindrical-coordinate representation of color #DCCB11: hue angle of 54.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCCB11 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 17 -
CMYK 0 0.08 0.92 0.14
HSL 54.98º 0.86% 0.46% -
HSV(B) 54.98º 0.92% 0.86% -
XYZ 50.97 57.97 9.03 -
YUV 186.88 32.13 151.62 -
System Red Green Blue C M Y K H S L
Decimal 220 203 17 0 0.08 0.92 0.14 54.98 0.86 0.46
Hex DC CB 11 0 8 5C E 37 56 2E
Octal 334 313 21 0 10 134 16 67 126 56
Binary 11011100 11001011 10001 0 1000 1011100 1110 110111 1010110 101110

Color Harmonies of #DCCB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB11

Black with #DCCB11

Text Example


Text Example

White with #DCCB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB11; }

 p { color: rgb(220,203,17); }

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

background-color css

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

 a { background-color: rgb(220,203,17); }

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

border-color css

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

 span { border-color: rgb(220,203,17); }

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