Html Css Color HEX #DCCE0D Sunflower

📋 copy color: '#DCCE0D'

red 220 ◦ green 206 ◦ blue 13

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

Shades of Sunflower #DCCE0D

Tints of Sunflower #DCCE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.96%

R = 50.11%
G = 46.92%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCCE0D (or 0xDCCE0D) is known color: Sunflower. HEX triplet: DC, CE and 0D. RGB value is (220,206,13). Sum of RGB (Red+Green+Blue) = 220+206+13=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE0D is #2331F2. Grayscale: #BCBCBC. Windows color (decimal): -2306547 or 904924. OLE color: 904924.

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

Color convert

RGB 220 206 13 -
CMYK 0 0.06 0.94 0.14
HSL 55.94º 0.89% 0.46% -
HSV(B) 55.94º 0.94% 0.86% -
XYZ 51.66 59.39 9.12 -
YUV 188.18 29.14 150.69 -
System Red Green Blue C M Y K H S L
Decimal 220 206 13 0 0.06 0.94 0.14 55.94 0.89 0.46
Hex DC CE D 0 6 5E E 38 59 2E
Octal 334 316 15 0 6 136 16 70 131 56
Binary 11011100 11001110 1101 0 110 1011110 1110 111000 1011001 101110

Color Harmonies of #DCCE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE0D

Black with #DCCE0D

Text Example


Text Example

White with #DCCE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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