Html Css Color HEX #DCCB10 Sunflower

📋 copy color: '#DCCB10'

red 220 ◦ green 203 ◦ blue 16

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

Shades of Sunflower #DCCB10

Tints of Sunflower #DCCB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.64%

R = 50.11%
G = 46.24%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCCB10 (or 0xDCCB10) is known color: Sunflower. HEX triplet: DC, CB and 10. RGB value is (220,203,16). Sum of RGB (Red+Green+Blue) = 220+203+16=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCB10 is #2334EF. Grayscale: #BBBBBB. Windows color (decimal): -2307312 or 1100764. OLE color: 1100764.

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

Color convert

RGB 220 203 16 -
CMYK 0 0.08 0.93 0.14
HSL 55º 0.86% 0.46% -
HSV(B) 55º 0.93% 0.86% -
XYZ 50.96 57.96 8.99 -
YUV 186.77 31.63 151.71 -
System Red Green Blue C M Y K H S L
Decimal 220 203 16 0 0.08 0.93 0.14 55 0.86 0.46
Hex DC CB 10 0 8 5D E 37 56 2E
Octal 334 313 20 0 10 135 16 67 126 56
Binary 11011100 11001011 10000 0 1000 1011101 1110 110111 1010110 101110

Color Harmonies of #DCCB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB10

Black with #DCCB10

Text Example


Text Example

White with #DCCB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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