Html Css Color HEX #DCB00B Sunflower

📋 copy color: '#DCB00B'

red 220 ◦ green 176 ◦ blue 11

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

Shades of Sunflower #DCB00B

Tints of Sunflower #DCB00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

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

R = 54.05%
G = 43.24%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCB00B (or 0xDCB00B) is known color: Sunflower. HEX triplet: DC, B0 and 0B. RGB value is (220,176,11). Sum of RGB (Red+Green+Blue) = 220+176+11=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB00B is #234FF4. Grayscale: #ABABAB. Windows color (decimal): -2314229 or 766172. OLE color: 766172.

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

Color convert

RGB 220 176 11 -
CMYK 0 0.2 0.95 0.14
HSL 47.37º 0.9% 0.45% -
HSV(B) 47.37º 0.95% 0.86% -
XYZ 45.1 46.29 6.87 -
YUV 170.35 38.08 163.42 -
System Red Green Blue C M Y K H S L
Decimal 220 176 11 0 0.2 0.95 0.14 47.37 0.9 0.45
Hex DC B0 B 0 14 5F E 2F 5A 2D
Octal 334 260 13 0 24 137 16 57 132 55
Binary 11011100 10110000 1011 0 10100 1011111 1110 101111 1011010 101101

Color Harmonies of #DCB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB00B

Black with #DCB00B

Text Example


Text Example

White with #DCB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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