Html Css Color HEX #DCBD01 Sunflower

📋 copy color: '#DCBD01'

red 220 ◦ green 189 ◦ blue 1

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

Shades of Sunflower #DCBD01

Tints of Sunflower #DCBD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.66%
G = 46.1%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCBD01 (or 0xDCBD01) is known color: Sunflower. HEX triplet: DC, BD and 01. RGB value is (220,189,1). Sum of RGB (Red+Green+Blue) = 220+189+1=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD01 is #2342FE. Grayscale: #B1B1B1. Windows color (decimal): -2310911 or 114140. OLE color: 114140.

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

Color convert

RGB 220 189 1 -
CMYK 0 0.14 1.00 0.14
HSL 51.51º 0.99% 0.43% -
HSV(B) 51.51º 1% 0.86% -
XYZ 47.72 51.61 7.48 -
YUV 176.84 28.77 158.79 -
System Red Green Blue C M Y K H S L
Decimal 220 189 1 0 0.14 1.00 0.14 51.51 0.99 0.43
Hex DC BD 1 0 E 64 E 34 63 2B
Octal 334 275 1 0 16 144 16 64 143 53
Binary 11011100 10111101 1 0 1110 1100100 1110 110100 1100011 101011

Color Harmonies of #DCBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD01

Black with #DCBD01

Text Example


Text Example

White with #DCBD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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