Html Css Color HEX #DECF07 Sunflower

📋 copy color: '#DECF07'

red 222 ◦ green 207 ◦ blue 7

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

Shades of Sunflower #DECF07

Tints of Sunflower #DECF07

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.48%

 BLUE value IS 7 (3.13% from 255) = 1.61%

R = 50.92%
G = 47.48%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DECF07 (or 0xDECF07) is known color: Sunflower. HEX triplet: DE, CF and 07. RGB value is (222,207,7). Sum of RGB (Red+Green+Blue) = 222+207+7=436 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.92% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF07 is #2130F8. Grayscale: #BDBDBD. Windows color (decimal): -2175225 or 511966. OLE color: 511966.

HSL color Cylindrical-coordinate representation of color #DECF07: hue angle of 55.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DECF07 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 207 7 -
CMYK 0 0.07 0.97 0.13
HSL 55.81º 0.94% 0.45% -
HSV(B) 55.81º 0.97% 0.87% -
XYZ 52.48 60.17 9.05 -
YUV 188.69 25.47 151.76 -
System Red Green Blue C M Y K H S L
Decimal 222 207 7 0 0.07 0.97 0.13 55.81 0.94 0.45
Hex DE CF 7 0 7 61 D 38 5E 2D
Octal 336 317 7 0 7 141 15 70 136 55
Binary 11011110 11001111 111 0 111 1100001 1101 111000 1011110 101101

Color Harmonies of #DECF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECF07

Black with #DECF07

Text Example


Text Example

White with #DECF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECF07; }

 p { color: rgb(222,207,7); }

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

background-color css

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

 a { background-color: rgb(222,207,7); }

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

border-color css

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

 span { border-color: rgb(222,207,7); }

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