Html Css Color HEX #DEBC14 Sunflower

📋 copy color: '#DEBC14'

red 222 ◦ green 188 ◦ blue 20

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

Shades of Sunflower #DEBC14

Tints of Sunflower #DEBC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 20 (8.2% from 255) = 4.65%

R = 51.63%
G = 43.72%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEBC14 (or 0xDEBC14) is known color: Sunflower. HEX triplet: DE, BC and 14. RGB value is (222,188,20). Sum of RGB (Red+Green+Blue) = 222+188+20=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC14 is #2143EB. Grayscale: #B3B3B3. Windows color (decimal): -2180076 or 1359070. OLE color: 1359070.

HSL color Cylindrical-coordinate representation of color #DEBC14: hue angle of 49.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DEBC14 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 188 20 -
CMYK 0 0.15 0.91 0.13
HSL 49.9º 0.83% 0.47% -
HSV(B) 49.9º 0.91% 0.87% -
XYZ 48.23 51.55 8.07 -
YUV 179.01 38.26 158.66 -
System Red Green Blue C M Y K H S L
Decimal 222 188 20 0 0.15 0.91 0.13 49.9 0.83 0.47
Hex DE BC 14 0 F 5B D 32 53 2F
Octal 336 274 24 0 17 133 15 62 123 57
Binary 11011110 10111100 10100 0 1111 1011011 1101 110010 1010011 101111

Color Harmonies of #DEBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC14

Black with #DEBC14

Text Example


Text Example

White with #DEBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC14; }

 p { color: rgb(222,188,20); }

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

background-color css

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

 a { background-color: rgb(222,188,20); }

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

border-color css

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

 span { border-color: rgb(222,188,20); }

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