Html Css Color HEX #DBB30B Sunflower

📋 copy color: '#DBB30B'

red 219 ◦ green 179 ◦ blue 11

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

Shades of Sunflower #DBB30B

Tints of Sunflower #DBB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.77%

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 53.55%
G = 43.77%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBB30B (or 0xDBB30B) is known color: Sunflower. HEX triplet: DB, B3 and 0B. RGB value is (219,179,11). Sum of RGB (Red+Green+Blue) = 219+179+11=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB30B is #244CF4. Grayscale: #ACACAC. Windows color (decimal): -2378997 or 766939. OLE color: 766939.

HSL color Cylindrical-coordinate representation of color #DBB30B: hue angle of 48.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBB30B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 11 -
CMYK 0 0.18 0.95 0.14
HSL 48.46º 0.9% 0.45% -
HSV(B) 48.46º 0.95% 0.86% -
XYZ 45.39 47.32 7.06 -
YUV 171.81 37.25 161.66 -
System Red Green Blue C M Y K H S L
Decimal 219 179 11 0 0.18 0.95 0.14 48.46 0.9 0.45
Hex DB B3 B 0 12 5F E 30 5A 2D
Octal 333 263 13 0 22 137 16 60 132 55
Binary 11011011 10110011 1011 0 10010 1011111 1110 110000 1011010 101101

Color Harmonies of #DBB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB30B

Black with #DBB30B

Text Example


Text Example

White with #DBB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB30B; }

 p { color: rgb(219,179,11); }

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

background-color css

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

 a { background-color: rgb(219,179,11); }

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

border-color css

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

 span { border-color: rgb(219,179,11); }

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