Html Css Color HEX #DBC30D Sunflower

📋 copy color: '#DBC30D'

red 219 ◦ green 195 ◦ blue 13

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

Shades of Sunflower #DBC30D

Tints of Sunflower #DBC30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 51.29%
G = 45.67%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBC30D (or 0xDBC30D) is known color: Sunflower. HEX triplet: DB, C3 and 0D. RGB value is (219,195,13). Sum of RGB (Red+Green+Blue) = 219+195+13=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC30D is #243CF2. Grayscale: #B6B6B6. Windows color (decimal): -2374899 or 902107. OLE color: 902107.

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

Color convert

RGB 219 195 13 -
CMYK 0 0.11 0.94 0.14
HSL 53.01º 0.89% 0.45% -
HSV(B) 53.01º 0.94% 0.86% -
XYZ 48.8 54.12 8.25 -
YUV 181.43 32.95 154.8 -
System Red Green Blue C M Y K H S L
Decimal 219 195 13 0 0.11 0.94 0.14 53.01 0.89 0.45
Hex DB C3 D 0 B 5E E 35 59 2D
Octal 333 303 15 0 13 136 16 65 131 55
Binary 11011011 11000011 1101 0 1011 1011110 1110 110101 1011001 101101

Color Harmonies of #DBC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC30D

Black with #DBC30D

Text Example


Text Example

White with #DBC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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