Html Css Color HEX #D6D77B Goldenrod

📋 copy color: '#D6D77B'

red 214 ◦ green 215 ◦ blue 123

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

Shades of Goldenrod #D6D77B

Tints of Goldenrod #D6D77B

RGB

 RED value IS 214 (83.98% from 255) = 38.77%

 GREEN value IS 215 (84.38% from 255) = 38.95%

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

R = 38.77%
G = 38.95%
B = 22.28%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6D77B (or 0xD6D77B) is known color: Goldenrod. HEX triplet: D6, D7 and 7B. RGB value is (214,215,123). Sum of RGB (Red+Green+Blue) = 214+215+123=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D77B is #292884. Grayscale: #CCCCCC. Windows color (decimal): -2697349 or 8116182. OLE color: 8116182.

HSL color Cylindrical-coordinate representation of color #D6D77B: hue angle of 60.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6D77B is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 215 123 -
CMYK 0.00 0 0.43 0.16
HSL 60.65º 0.53% 0.66% -
HSV(B) 60.65º 0.43% 0.84% -
XYZ 55.61 64.33 28.22 -
YUV 204.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 214 215 123 0.00 0 0.43 0.16 60.65 0.53 0.66
Hex D6 D7 7B 0 0 2B 10 3D 35 42
Octal 326 327 173 0 0 53 20 75 65 102
Binary 11010110 11010111 1111011 0 0 101011 10000 111101 110101 1000010

Color Harmonies of #D6D77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D77B

Black with #D6D77B

Text Example


Text Example

White with #D6D77B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D77B; }

 p { color: rgb(214,215,123); }

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

background-color css

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

 a { background-color: rgb(214,215,123); }

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

border-color css

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

 span { border-color: rgb(214,215,123); }

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