Html Css Color HEX #DEBD07 Sunflower

📋 copy color: '#DEBD07'

red 222 ◦ green 189 ◦ blue 7

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

Shades of Sunflower #DEBD07

Tints of Sunflower #DEBD07

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.22%

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

R = 53.11%
G = 45.22%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEBD07 (or 0xDEBD07) is known color: Sunflower. HEX triplet: DE, BD and 07. RGB value is (222,189,7). Sum of RGB (Red+Green+Blue) = 222+189+7=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBD07 is #2142F8. Grayscale: #B2B2B2. Windows color (decimal): -2179833 or 507358. OLE color: 507358.

HSL color Cylindrical-coordinate representation of color #DEBD07: hue angle of 50.79º 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 #DEBD07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 189 7 -
CMYK 0 0.15 0.97 0.13
HSL 50.79º 0.94% 0.45% -
HSV(B) 50.79º 0.97% 0.87% -
XYZ 48.36 51.94 7.68 -
YUV 178.12 31.43 159.3 -
System Red Green Blue C M Y K H S L
Decimal 222 189 7 0 0.15 0.97 0.13 50.79 0.94 0.45
Hex DE BD 7 0 F 61 D 33 5E 2D
Octal 336 275 7 0 17 141 15 63 136 55
Binary 11011110 10111101 111 0 1111 1100001 1101 110011 1011110 101101

Color Harmonies of #DEBD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD07

Black with #DEBD07

Text Example


Text Example

White with #DEBD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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