Html Css Color HEX #DEBD0D Sunflower

📋 copy color: '#DEBD0D'

red 222 ◦ green 189 ◦ blue 13

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

Shades of Sunflower #DEBD0D

Tints of Sunflower #DEBD0D

RGB

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

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

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

R = 52.36%
G = 44.58%
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

#DEBD0D (or 0xDEBD0D) is known color: Sunflower. HEX triplet: DE, BD and 0D. RGB value is (222,189,13). Sum of RGB (Red+Green+Blue) = 222+189+13=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBD0D is #2142F2. Grayscale: #B3B3B3. Windows color (decimal): -2179827 or 900574. OLE color: 900574.

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

Color convert

RGB 222 189 13 -
CMYK 0 0.15 0.94 0.13
HSL 50.53º 0.89% 0.46% -
HSV(B) 50.53º 0.94% 0.87% -
XYZ 48.39 51.95 7.86 -
YUV 178.8 34.43 158.81 -
System Red Green Blue C M Y K H S L
Decimal 222 189 13 0 0.15 0.94 0.13 50.53 0.89 0.46
Hex DE BD D 0 F 5E D 33 59 2E
Octal 336 275 15 0 17 136 15 63 131 56
Binary 11011110 10111101 1101 0 1111 1011110 1101 110011 1011001 101110

Color Harmonies of #DEBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD0D

Black with #DEBD0D

Text Example


Text Example

White with #DEBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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