Html Css Color HEX #DCD66B Goldenrod

📋 copy color: '#DCD66B'

red 220 ◦ green 214 ◦ blue 107

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

Shades of Goldenrod #DCD66B

Tints of Goldenrod #DCD66B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.56%

 BLUE value IS 107 (42.19% from 255) = 19.78%

R = 40.67%
G = 39.56%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCD66B (or 0xDCD66B) is known color: Goldenrod. HEX triplet: DC, D6 and 6B. RGB value is (220,214,107). Sum of RGB (Red+Green+Blue) = 220+214+107=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD66B is #232994. Grayscale: #CCCCCC. Windows color (decimal): -2304405 or 7067356. OLE color: 7067356.

HSL color Cylindrical-coordinate representation of color #DCD66B: hue angle of 56.81º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCD66B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 107 -
CMYK 0 0.03 0.51 0.14
HSL 56.81º 0.62% 0.64% -
HSV(B) 56.81º 0.51% 0.86% -
XYZ 56.22 64.37 23.37 -
YUV 203.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 220 214 107 0 0.03 0.51 0.14 56.81 0.62 0.64
Hex DC D6 6B 0 3 33 E 39 3E 40
Octal 334 326 153 0 3 63 16 71 76 100
Binary 11011100 11010110 1101011 0 11 110011 1110 111001 111110 1000000

Color Harmonies of #DCD66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD66B

Black with #DCD66B

Text Example


Text Example

White with #DCD66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD66B; }

 p { color: rgb(220,214,107); }

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

background-color css

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

 a { background-color: rgb(220,214,107); }

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

border-color css

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

 span { border-color: rgb(220,214,107); }

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