Html Css Color HEX #CED46F Goldenrod

📋 copy color: '#CED46F'

red 206 ◦ green 212 ◦ blue 111

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

Shades of Goldenrod #CED46F

Tints of Goldenrod #CED46F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

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

R = 38.94%
G = 40.08%
B = 20.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#CED46F (or 0xCED46F) is known color: Goldenrod. HEX triplet: CE, D4 and 6F. RGB value is (206,212,111). Sum of RGB (Red+Green+Blue) = 206+212+111=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #CED46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED46F is #312B90. Grayscale: #C7C7C7. Windows color (decimal): -3222417 or 7328974. OLE color: 7328974.

HSL color Cylindrical-coordinate representation of color #CED46F: hue angle of 63.56º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CED46F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 212 111 -
CMYK 0.03 0 0.48 0.17
HSL 63.56º 0.54% 0.63% -
HSV(B) 63.56º 0.48% 0.83% -
XYZ 51.87 61.36 24.15 -
YUV 198.69 78.51 133.21 -
System Red Green Blue C M Y K H S L
Decimal 206 212 111 0.03 0 0.48 0.17 63.56 0.54 0.63
Hex CE D4 6F 3 0 30 11 40 36 3F
Octal 316 324 157 3 0 60 21 100 66 77
Binary 11001110 11010100 1101111 11 0 110000 10001 1000000 110110 111111

Color Harmonies of #CED46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED46F

Black with #CED46F

Text Example


Text Example

White with #CED46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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