Html Css Color HEX #DCBD00 Sunflower

📋 copy color: '#DCBD00'

red 220 ◦ green 189 ◦ blue 0

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

Shades of Sunflower #DCBD00

Tints of Sunflower #DCBD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.21%

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

R = 53.79%
G = 46.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DCBD00 (or 0xDCBD00) is known color: Sunflower. HEX triplet: DC, BD and 00. RGB value is (220,189,0). Sum of RGB (Red+Green+Blue) = 220+189+0=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD00 is #2342FF. Grayscale: #B1B1B1. Windows color (decimal): -2310912 or 48604. OLE color: 48604.

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

Color convert

RGB 220 189 0 -
CMYK 0 0.14 1 0.14
HSL 51.55º 1% 0.43% -
HSV(B) 51.55º 1% 0.86% -
XYZ 47.71 51.61 7.45 -
YUV 176.72 28.27 158.87 -
System Red Green Blue C M Y K H S L
Decimal 220 189 0 0 0.14 1 0.14 51.55 1 0.43
Hex DC BD 0 0 E 64 E 34 64 2B
Octal 334 275 0 0 16 144 16 64 144 53
Binary 11011100 10111101 0 0 1110 1100100 1110 110100 1100100 101011

Color Harmonies of #DCBD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD00

Black with #DCBD00

Text Example


Text Example

White with #DCBD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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