Html Css Color HEX #DEC30B Sunflower

📋 copy color: '#DEC30B'

red 222 ◦ green 195 ◦ blue 11

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

Shades of Sunflower #DEC30B

Tints of Sunflower #DEC30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.57%

R = 51.87%
G = 45.56%
B = 2.57%

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

#DEC30B (or 0xDEC30B) is known color: Sunflower. HEX triplet: DE, C3 and 0B. RGB value is (222,195,11). Sum of RGB (Red+Green+Blue) = 222+195+11=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC30B is #213CF4. Grayscale: #B6B6B6. Windows color (decimal): -2178293 or 771038. OLE color: 771038.

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

Color convert

RGB 222 195 11 -
CMYK 0 0.12 0.95 0.13
HSL 52.32º 0.91% 0.46% -
HSV(B) 52.32º 0.95% 0.87% -
XYZ 49.7 54.58 8.23 -
YUV 182.1 31.45 156.46 -
System Red Green Blue C M Y K H S L
Decimal 222 195 11 0 0.12 0.95 0.13 52.32 0.91 0.46
Hex DE C3 B 0 C 5F D 34 5B 2E
Octal 336 303 13 0 14 137 15 64 133 56
Binary 11011110 11000011 1011 0 1100 1011111 1101 110100 1011011 101110

Color Harmonies of #DEC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC30B

Black with #DEC30B

Text Example


Text Example

White with #DEC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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