Html Css Color HEX #DECD0C Sunflower

📋 copy color: '#DECD0C'

red 222 ◦ green 205 ◦ blue 12

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

Shades of Sunflower #DECD0C

Tints of Sunflower #DECD0C

RGB

 RED value IS 222 (87.11% from 255) = 50.57%

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 50.57%
G = 46.7%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DECD0C (or 0xDECD0C) is known color: Sunflower. HEX triplet: DE, CD and 0C. RGB value is (222,205,12). Sum of RGB (Red+Green+Blue) = 222+205+12=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECD0C is #2132F3. Grayscale: #BCBCBC. Windows color (decimal): -2175732 or 839134. OLE color: 839134.

HSL color Cylindrical-coordinate representation of color #DECD0C: hue angle of 55.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DECD0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 205 12 -
CMYK 0 0.08 0.95 0.13
HSL 55.14º 0.9% 0.46% -
HSV(B) 55.14º 0.95% 0.87% -
XYZ 52.02 59.22 9.04 -
YUV 188.08 28.63 152.19 -
System Red Green Blue C M Y K H S L
Decimal 222 205 12 0 0.08 0.95 0.13 55.14 0.9 0.46
Hex DE CD C 0 8 5F D 37 5A 2E
Octal 336 315 14 0 10 137 15 67 132 56
Binary 11011110 11001101 1100 0 1000 1011111 1101 110111 1011010 101110

Color Harmonies of #DECD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECD0C

Black with #DECD0C

Text Example


Text Example

White with #DECD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECD0C; }

 p { color: rgb(222,205,12); }

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

background-color css

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

 a { background-color: rgb(222,205,12); }

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

border-color css

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

 span { border-color: rgb(222,205,12); }

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