Html Css Color HEX #DCBB17 Sunflower

📋 copy color: '#DCBB17'

red 220 ◦ green 187 ◦ blue 23

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

Shades of Sunflower #DCBB17

Tints of Sunflower #DCBB17

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

 BLUE value IS 23 (9.38% from 255) = 5.35%

R = 51.16%
G = 43.49%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCBB17 (or 0xDCBB17) is known color: Sunflower. HEX triplet: DC, BB and 17. RGB value is (220,187,23). Sum of RGB (Red+Green+Blue) = 220+187+23=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB17 is #2344E8. Grayscale: #B2B2B2. Windows color (decimal): -2311401 or 1555420. OLE color: 1555420.

HSL color Cylindrical-coordinate representation of color #DCBB17: hue angle of 49.95º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCBB17 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 187 23 -
CMYK 0 0.15 0.90 0.14
HSL 49.95º 0.81% 0.48% -
HSV(B) 49.95º 0.9% 0.86% -
XYZ 47.44 50.82 8.12 -
YUV 178.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 220 187 23 0 0.15 0.90 0.14 49.95 0.81 0.48
Hex DC BB 17 0 F 5A E 32 51 30
Octal 334 273 27 0 17 132 16 62 121 60
Binary 11011100 10111011 10111 0 1111 1011010 1110 110010 1010001 110000

Color Harmonies of #DCBB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB17

Black with #DCBB17

Text Example


Text Example

White with #DCBB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB17; }

 p { color: rgb(220,187,23); }

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

background-color css

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

 a { background-color: rgb(220,187,23); }

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

border-color css

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

 span { border-color: rgb(220,187,23); }

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