Html Css Color HEX #DCB30B Sunflower

📋 copy color: '#DCB30B'

red 220 ◦ green 179 ◦ blue 11

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

Shades of Sunflower #DCB30B

Tints of Sunflower #DCB30B

RGB

 RED value IS 220 (86.33% from 255) = 53.66%

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

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

R = 53.66%
G = 43.66%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCB30B (or 0xDCB30B) is known color: Sunflower. HEX triplet: DC, B3 and 0B. RGB value is (220,179,11). Sum of RGB (Red+Green+Blue) = 220+179+11=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB30B is #234CF4. Grayscale: #ACACAC. Windows color (decimal): -2313461 or 766940. OLE color: 766940.

HSL color Cylindrical-coordinate representation of color #DCB30B: hue angle of 48.23º 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 #DCB30B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 179 11 -
CMYK 0 0.19 0.95 0.14
HSL 48.23º 0.9% 0.45% -
HSV(B) 48.23º 0.95% 0.86% -
XYZ 45.7 47.48 7.07 -
YUV 172.11 37.08 162.16 -
System Red Green Blue C M Y K H S L
Decimal 220 179 11 0 0.19 0.95 0.14 48.23 0.9 0.45
Hex DC B3 B 0 13 5F E 30 5A 2D
Octal 334 263 13 0 23 137 16 60 132 55
Binary 11011100 10110011 1011 0 10011 1011111 1110 110000 1011010 101101

Color Harmonies of #DCB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB30B

Black with #DCB30B

Text Example


Text Example

White with #DCB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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