Html Css Color HEX #DBC31B Sunflower

📋 copy color: '#DBC31B'

red 219 ◦ green 195 ◦ blue 27

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

Shades of Sunflower #DBC31B

Tints of Sunflower #DBC31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.12%

R = 49.66%
G = 44.22%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DBC31B (or 0xDBC31B) is known color: Sunflower. HEX triplet: DB, C3 and 1B. RGB value is (219,195,27). Sum of RGB (Red+Green+Blue) = 219+195+27=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC31B is #243CE4. Grayscale: #B7B7B7. Windows color (decimal): -2374885 or 1819611. OLE color: 1819611.

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

Color convert

RGB 219 195 27 -
CMYK 0 0.11 0.88 0.14
HSL 52.5º 0.78% 0.48% -
HSV(B) 52.5º 0.88% 0.86% -
XYZ 48.93 54.17 8.91 -
YUV 183.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 219 195 27 0 0.11 0.88 0.14 52.5 0.78 0.48
Hex DB C3 1B 0 B 58 E 34 4E 30
Octal 333 303 33 0 13 130 16 64 116 60
Binary 11011011 11000011 11011 0 1011 1011000 1110 110100 1001110 110000

Color Harmonies of #DBC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC31B

Black with #DBC31B

Text Example


Text Example

White with #DBC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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