Html Css Color HEX #DCBD06 Sunflower

📋 copy color: '#DCBD06'

red 220 ◦ green 189 ◦ blue 6

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

Shades of Sunflower #DCBD06

Tints of Sunflower #DCBD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.45%

R = 53.01%
G = 45.54%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCBD06 (or 0xDCBD06) is known color: Sunflower. HEX triplet: DC, BD and 06. RGB value is (220,189,6). Sum of RGB (Red+Green+Blue) = 220+189+6=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBD06 is #2342F9. Grayscale: #B2B2B2. Windows color (decimal): -2310906 or 441820. OLE color: 441820.

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

Color convert

RGB 220 189 6 -
CMYK 0 0.14 0.97 0.14
HSL 51.31º 0.95% 0.44% -
HSV(B) 51.31º 0.97% 0.86% -
XYZ 47.75 51.62 7.62 -
YUV 177.41 31.27 158.38 -
System Red Green Blue C M Y K H S L
Decimal 220 189 6 0 0.14 0.97 0.14 51.31 0.95 0.44
Hex DC BD 6 0 E 61 E 33 5F 2C
Octal 334 275 6 0 16 141 16 63 137 54
Binary 11011100 10111101 110 0 1110 1100001 1110 110011 1011111 101100

Color Harmonies of #DCBD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD06

Black with #DCBD06

Text Example


Text Example

White with #DCBD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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