Html Css Color HEX #DBC325 Sunflower

📋 copy color: '#DBC325'

red 219 ◦ green 195 ◦ blue 37

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

Shades of Sunflower #DBC325

Tints of Sunflower #DBC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.2%

R = 48.56%
G = 43.24%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBC325 (or 0xDBC325) is known color: Sunflower. HEX triplet: DB, C3 and 25. RGB value is (219,195,37). Sum of RGB (Red+Green+Blue) = 219+195+37=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC325 is #243CDA. Grayscale: #B8B8B8. Windows color (decimal): -2374875 or 2474971. OLE color: 2474971.

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

Color convert

RGB 219 195 37 -
CMYK 0 0.11 0.83 0.14
HSL 52.09º 0.72% 0.5% -
HSV(B) 52.09º 0.83% 0.86% -
XYZ 49.06 54.22 9.63 -
YUV 184.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 219 195 37 0 0.11 0.83 0.14 52.09 0.72 0.5
Hex DB C3 25 0 B 53 E 34 48 32
Octal 333 303 45 0 13 123 16 64 110 62
Binary 11011011 11000011 100101 0 1011 1010011 1110 110100 1001000 110010

Color Harmonies of #DBC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC325

Black with #DBC325

Text Example


Text Example

White with #DBC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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