Html Css Color HEX #DCBB00 Sunflower

📋 copy color: '#DCBB00'

red 220 ◦ green 187 ◦ blue 0

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

Shades of Sunflower #DCBB00

Tints of Sunflower #DCBB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.05%
G = 45.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCBB00 (or 0xDCBB00) is known color: Sunflower. HEX triplet: DC, BB and 00. RGB value is (220,187,0). Sum of RGB (Red+Green+Blue) = 220+187+0=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBB00 is #2344FF. Grayscale: #B0B0B0. Windows color (decimal): -2311424 or 48092. OLE color: 48092.

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

Color convert

RGB 220 187 0 -
CMYK 0 0.15 1 0.14
HSL 51º 1% 0.43% -
HSV(B) 51º 1% 0.86% -
XYZ 47.29 50.76 7.3 -
YUV 175.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 220 187 0 0 0.15 1 0.14 51 1 0.43
Hex DC BB 0 0 F 64 E 33 64 2B
Octal 334 273 0 0 17 144 16 63 144 53
Binary 11011100 10111011 0 0 1111 1100100 1110 110011 1100100 101011

Color Harmonies of #DCBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB00

Black with #DCBB00

Text Example


Text Example

White with #DCBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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