Html Css Color HEX #DCCE10 Sunflower

📋 copy color: '#DCCE10'

red 220 ◦ green 206 ◦ blue 16

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

Shades of Sunflower #DCCE10

Tints of Sunflower #DCCE10

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.61%

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

R = 49.77%
G = 46.61%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCCE10 (or 0xDCCE10) is known color: Sunflower. HEX triplet: DC, CE and 10. RGB value is (220,206,16). Sum of RGB (Red+Green+Blue) = 220+206+16=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE10 is #2331EF. Grayscale: #BDBDBD. Windows color (decimal): -2306544 or 1101532. OLE color: 1101532.

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

Color convert

RGB 220 206 16 -
CMYK 0 0.06 0.93 0.14
HSL 55.88º 0.86% 0.46% -
HSV(B) 55.88º 0.93% 0.86% -
XYZ 51.68 59.4 9.23 -
YUV 188.53 30.64 150.45 -
System Red Green Blue C M Y K H S L
Decimal 220 206 16 0 0.06 0.93 0.14 55.88 0.86 0.46
Hex DC CE 10 0 6 5D E 38 56 2E
Octal 334 316 20 0 6 135 16 70 126 56
Binary 11011100 11001110 10000 0 110 1011101 1110 111000 1010110 101110

Color Harmonies of #DCCE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE10

Black with #DCCE10

Text Example


Text Example

White with #DCCE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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