Html Css Color HEX #DEC30C Sunflower

📋 copy color: '#DEC30C'

red 222 ◦ green 195 ◦ blue 12

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

Shades of Sunflower #DEC30C

Tints of Sunflower #DEC30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

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

R = 51.75%
G = 45.45%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEC30C (or 0xDEC30C) is known color: Sunflower. HEX triplet: DE, C3 and 0C. RGB value is (222,195,12). Sum of RGB (Red+Green+Blue) = 222+195+12=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC30C is #213CF3. Grayscale: #B6B6B6. Windows color (decimal): -2178292 or 836574. OLE color: 836574.

HSL color Cylindrical-coordinate representation of color #DEC30C: hue angle of 52.29º 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 #DEC30C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 195 12 -
CMYK 0 0.12 0.95 0.13
HSL 52.29º 0.9% 0.46% -
HSV(B) 52.29º 0.95% 0.87% -
XYZ 49.71 54.59 8.26 -
YUV 182.21 31.95 156.38 -
System Red Green Blue C M Y K H S L
Decimal 222 195 12 0 0.12 0.95 0.13 52.29 0.9 0.46
Hex DE C3 C 0 C 5F D 34 5A 2E
Octal 336 303 14 0 14 137 15 64 132 56
Binary 11011110 11000011 1100 0 1100 1011111 1101 110100 1011010 101110

Color Harmonies of #DEC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC30C

Black with #DEC30C

Text Example


Text Example

White with #DEC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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