Html Css Color HEX #CED771 Goldenrod

📋 copy color: '#CED771'

red 206 ◦ green 215 ◦ blue 113

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

Shades of Goldenrod #CED771

Tints of Goldenrod #CED771

RGB

 RED value IS 206 (80.86% from 255) = 38.58%

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

 BLUE value IS 113 (44.53% from 255) = 21.16%

R = 38.58%
G = 40.26%
B = 21.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CED771 (or 0xCED771) is known color: Goldenrod. HEX triplet: CE, D7 and 71. RGB value is (206,215,113). Sum of RGB (Red+Green+Blue) = 206+215+113=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #CED771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED771 is #31288E. Grayscale: #C9C9C9. Windows color (decimal): -3221647 or 7460814. OLE color: 7460814.

HSL color Cylindrical-coordinate representation of color #CED771: hue angle of 65.29º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CED771 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 113 -
CMYK 0.04 0 0.47 0.16
HSL 65.29º 0.56% 0.64% -
HSV(B) 65.29º 0.47% 0.84% -
XYZ 52.73 62.91 24.99 -
YUV 200.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 206 215 113 0.04 0 0.47 0.16 65.29 0.56 0.64
Hex CE D7 71 4 0 2F 10 41 38 40
Octal 316 327 161 4 0 57 20 101 70 100
Binary 11001110 11010111 1110001 100 0 101111 10000 1000001 111000 1000000

Color Harmonies of #CED771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED771

Black with #CED771

Text Example


Text Example

White with #CED771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED771; }

 p { color: rgb(206,215,113); }

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

background-color css

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

 a { background-color: rgb(206,215,113); }

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

border-color css

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

 span { border-color: rgb(206,215,113); }

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