Html Css Color HEX #DCDF7B Goldenrod

📋 copy color: '#DCDF7B'

red 220 ◦ green 223 ◦ blue 123

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

Shades of Goldenrod #DCDF7B

Tints of Goldenrod #DCDF7B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.4%

 BLUE value IS 123 (48.44% from 255) = 21.73%

R = 38.87%
G = 39.4%
B = 21.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DCDF7B (or 0xDCDF7B) is known color: Goldenrod. HEX triplet: DC, DF and 7B. RGB value is (220,223,123). Sum of RGB (Red+Green+Blue) = 220+223+123=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF7B is #232084. Grayscale: #D3D3D3. Windows color (decimal): -2302085 or 8118236. OLE color: 8118236.

HSL color Cylindrical-coordinate representation of color #DCDF7B: hue angle of 61.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCDF7B is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 123 -
CMYK 0.01 0 0.45 0.13
HSL 61.8º 0.61% 0.68% -
HSV(B) 61.8º 0.45% 0.87% -
XYZ 59.48 69.42 29 -
YUV 210.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 220 223 123 0.01 0 0.45 0.13 61.8 0.61 0.68
Hex DC DF 7B 1 0 2D D 3E 3D 44
Octal 334 337 173 1 0 55 15 76 75 104
Binary 11011100 11011111 1111011 1 0 101101 1101 111110 111101 1000100

Color Harmonies of #DCDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF7B

Black with #DCDF7B

Text Example


Text Example

White with #DCDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF7B; }

 p { color: rgb(220,223,123); }

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

background-color css

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

 a { background-color: rgb(220,223,123); }

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

border-color css

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

 span { border-color: rgb(220,223,123); }

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