Html Css Color HEX #CED96F Goldenrod

📋 copy color: '#CED96F'

red 206 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #CED96F

Tints of Goldenrod #CED96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.64%

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 38.58%
G = 40.64%
B = 20.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CED96F (or 0xCED96F) is known color: Goldenrod. HEX triplet: CE, D9 and 6F. RGB value is (206,217,111). Sum of RGB (Red+Green+Blue) = 206+217+111=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #CED96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED96F is #312690. Grayscale: #CACACA. Windows color (decimal): -3221137 or 7330254. OLE color: 7330254.

HSL color Cylindrical-coordinate representation of color #CED96F: hue angle of 66.23º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CED96F is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 111 -
CMYK 0.05 0 0.49 0.15
HSL 66.23º 0.58% 0.64% -
HSV(B) 66.23º 0.49% 0.85% -
XYZ 53.14 63.9 24.57 -
YUV 201.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 206 217 111 0.05 0 0.49 0.15 66.23 0.58 0.64
Hex CE D9 6F 5 0 31 F 42 3A 40
Octal 316 331 157 5 0 61 17 102 72 100
Binary 11001110 11011001 1101111 101 0 110001 1111 1000010 111010 1000000

Color Harmonies of #CED96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED96F

Black with #CED96F

Text Example


Text Example

White with #CED96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED96F; }

 p { color: rgb(206,217,111); }

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

background-color css

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

 a { background-color: rgb(206,217,111); }

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

border-color css

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

 span { border-color: rgb(206,217,111); }

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