Html Css Color HEX #DEBC0D Sunflower

📋 copy color: '#DEBC0D'

red 222 ◦ green 188 ◦ blue 13

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

Shades of Sunflower #DEBC0D

Tints of Sunflower #DEBC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 52.48%
G = 44.44%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEBC0D (or 0xDEBC0D) is known color: Sunflower. HEX triplet: DE, BC and 0D. RGB value is (222,188,13). Sum of RGB (Red+Green+Blue) = 222+188+13=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC0D is #2143F2. Grayscale: #B2B2B2. Windows color (decimal): -2180083 or 900318. OLE color: 900318.

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

Color convert

RGB 222 188 13 -
CMYK 0 0.15 0.94 0.13
HSL 50.24º 0.89% 0.46% -
HSV(B) 50.24º 0.94% 0.87% -
XYZ 48.18 51.53 7.79 -
YUV 178.22 34.76 159.23 -
System Red Green Blue C M Y K H S L
Decimal 222 188 13 0 0.15 0.94 0.13 50.24 0.89 0.46
Hex DE BC D 0 F 5E D 32 59 2E
Octal 336 274 15 0 17 136 15 62 131 56
Binary 11011110 10111100 1101 0 1111 1011110 1101 110010 1011001 101110

Color Harmonies of #DEBC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC0D

Black with #DEBC0D

Text Example


Text Example

White with #DEBC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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