Html Css Color HEX #DCCD10 Sunflower

📋 copy color: '#DCCD10'

red 220 ◦ green 205 ◦ blue 16

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

Shades of Sunflower #DCCD10

Tints of Sunflower #DCCD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.49%

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

R = 49.89%
G = 46.49%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCCD10 (or 0xDCCD10) is known color: Sunflower. HEX triplet: DC, CD and 10. RGB value is (220,205,16). Sum of RGB (Red+Green+Blue) = 220+205+16=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD10 is #2332EF. Grayscale: #BCBCBC. Windows color (decimal): -2306800 or 1101276. OLE color: 1101276.

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

Color convert

RGB 220 205 16 -
CMYK 0 0.07 0.93 0.14
HSL 55.59º 0.86% 0.46% -
HSV(B) 55.59º 0.93% 0.86% -
XYZ 51.44 58.92 9.15 -
YUV 187.94 30.97 150.87 -
System Red Green Blue C M Y K H S L
Decimal 220 205 16 0 0.07 0.93 0.14 55.59 0.86 0.46
Hex DC CD 10 0 7 5D E 38 56 2E
Octal 334 315 20 0 7 135 16 70 126 56
Binary 11011100 11001101 10000 0 111 1011101 1110 111000 1010110 101110

Color Harmonies of #DCCD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD10

Black with #DCCD10

Text Example


Text Example

White with #DCCD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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