Html Css Color HEX #DEBC1D Sunflower

📋 copy color: '#DEBC1D'

red 222 ◦ green 188 ◦ blue 29

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

Shades of Sunflower #DEBC1D

Tints of Sunflower #DEBC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.61%

R = 50.57%
G = 42.82%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEBC1D (or 0xDEBC1D) is known color: Sunflower. HEX triplet: DE, BC and 1D. RGB value is (222,188,29). Sum of RGB (Red+Green+Blue) = 222+188+29=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC1D is #2143E2. Grayscale: #B4B4B4. Windows color (decimal): -2180067 or 1948894. OLE color: 1948894.

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

Color convert

RGB 222 188 29 -
CMYK 0 0.15 0.87 0.13
HSL 49.43º 0.77% 0.49% -
HSV(B) 49.43º 0.87% 0.87% -
XYZ 48.33 51.58 8.57 -
YUV 180.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 222 188 29 0 0.15 0.87 0.13 49.43 0.77 0.49
Hex DE BC 1D 0 F 57 D 31 4D 31
Octal 336 274 35 0 17 127 15 61 115 61
Binary 11011110 10111100 11101 0 1111 1010111 1101 110001 1001101 110001

Color Harmonies of #DEBC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC1D

Black with #DEBC1D

Text Example


Text Example

White with #DEBC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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