Html Css Color HEX #DBBB4C Ronchi

📋 copy color: '#DBBB4C'

red 219 ◦ green 187 ◦ blue 76

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

Shades of Ronchi #DBBB4C

Tints of Ronchi #DBBB4C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

 BLUE value IS 76 (30.08% from 255) = 15.77%

R = 45.44%
G = 38.8%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBBB4C (or 0xDBBB4C) is known color: Ronchi. HEX triplet: DB, BB and 4C. RGB value is (219,187,76). Sum of RGB (Red+Green+Blue) = 219+187+76=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB4C is #2444B3. Grayscale: #B8B8B8. Windows color (decimal): -2376884 or 5028827. OLE color: 5028827.

HSL color Cylindrical-coordinate representation of color #DBBB4C: hue angle of 46.57º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBBB4C is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 76 -
CMYK 0 0.15 0.65 0.14
HSL 46.57º 0.67% 0.58% -
HSV(B) 46.57º 0.65% 0.86% -
XYZ 48.29 51.12 14.16 -
YUV 183.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 219 187 76 0 0.15 0.65 0.14 46.57 0.67 0.58
Hex DB BB 4C 0 F 41 E 2F 43 3A
Octal 333 273 114 0 17 101 16 57 103 72
Binary 11011011 10111011 1001100 0 1111 1000001 1110 101111 1000011 111010

Color Harmonies of #DBBB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB4C

Black with #DBBB4C

Text Example


Text Example

White with #DBBB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB4C; }

 p { color: rgb(219,187,76); }

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

background-color css

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

 a { background-color: rgb(219,187,76); }

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

border-color css

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

 span { border-color: rgb(219,187,76); }

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