Html Css Color HEX #DBC322 Sunflower

📋 copy color: '#DBC322'

red 219 ◦ green 195 ◦ blue 34

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

Shades of Sunflower #DBC322

Tints of Sunflower #DBC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.53%

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

R = 48.88%
G = 43.53%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBC322 (or 0xDBC322) is known color: Sunflower. HEX triplet: DB, C3 and 22. RGB value is (219,195,34). Sum of RGB (Red+Green+Blue) = 219+195+34=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC322 is #243CDD. Grayscale: #B8B8B8. Windows color (decimal): -2374878 or 2278363. OLE color: 2278363.

HSL color Cylindrical-coordinate representation of color #DBC322: hue angle of 52.22º 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 #DBC322 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 195 34 -
CMYK 0 0.11 0.84 0.14
HSL 52.22º 0.73% 0.5% -
HSV(B) 52.22º 0.84% 0.86% -
XYZ 49.02 54.21 9.39 -
YUV 183.82 43.45 153.09 -
System Red Green Blue C M Y K H S L
Decimal 219 195 34 0 0.11 0.84 0.14 52.22 0.73 0.5
Hex DB C3 22 0 B 54 E 34 49 32
Octal 333 303 42 0 13 124 16 64 111 62
Binary 11011011 11000011 100010 0 1011 1010100 1110 110100 1001001 110010

Color Harmonies of #DBC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC322

Black with #DBC322

Text Example


Text Example

White with #DBC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC322; }

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

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

background-color css

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

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

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

border-color css

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

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

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