Html Css Color HEX #DBC622 Sunflower

📋 copy color: '#DBC622'

red 219 ◦ green 198 ◦ blue 34

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

Shades of Sunflower #DBC622

Tints of Sunflower #DBC622

RGB

 RED value IS 219 (85.94% from 255) = 48.56%

 GREEN value IS 198 (77.73% from 255) = 43.9%

 BLUE value IS 34 (13.67% from 255) = 7.54%

R = 48.56%
G = 43.9%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBC622 (or 0xDBC622) is known color: Sunflower. HEX triplet: DB, C6 and 22. RGB value is (219,198,34). Sum of RGB (Red+Green+Blue) = 219+198+34=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC622 is #2439DD. Grayscale: #BABABA. Windows color (decimal): -2374110 or 2279131. OLE color: 2279131.

HSL color Cylindrical-coordinate representation of color #DBC622: hue angle of 53.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBC622 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 34 -
CMYK 0 0.10 0.84 0.14
HSL 53.19º 0.73% 0.5% -
HSV(B) 53.19º 0.84% 0.86% -
XYZ 49.7 55.56 9.62 -
YUV 185.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 219 198 34 0 0.10 0.84 0.14 53.19 0.73 0.5
Hex DB C6 22 0 A 54 E 35 49 32
Octal 333 306 42 0 12 124 16 65 111 62
Binary 11011011 11000110 100010 0 1010 1010100 1110 110101 1001001 110010

Color Harmonies of #DBC622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC622

Black with #DBC622

Text Example


Text Example

White with #DBC622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC622; }

 p { color: rgb(219,198,34); }

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

background-color css

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

 a { background-color: rgb(219,198,34); }

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

border-color css

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

 span { border-color: rgb(219,198,34); }

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