Html Css Color HEX #CED56F Goldenrod

📋 copy color: '#CED56F'

red 206 ◦ green 213 ◦ blue 111

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

Shades of Goldenrod #CED56F

Tints of Goldenrod #CED56F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.19%

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

R = 38.87%
G = 40.19%
B = 20.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CED56F (or 0xCED56F) is known color: Goldenrod. HEX triplet: CE, D5 and 6F. RGB value is (206,213,111). Sum of RGB (Red+Green+Blue) = 206+213+111=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #CED56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED56F is #312A90. Grayscale: #C7C7C7. Windows color (decimal): -3222161 or 7329230. OLE color: 7329230.

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

Color convert

RGB 206 213 111 -
CMYK 0.03 0 0.48 0.16
HSL 64.12º 0.55% 0.64% -
HSV(B) 64.12º 0.48% 0.84% -
XYZ 52.12 61.86 24.23 -
YUV 199.28 78.18 132.79 -
System Red Green Blue C M Y K H S L
Decimal 206 213 111 0.03 0 0.48 0.16 64.12 0.55 0.64
Hex CE D5 6F 3 0 30 10 40 37 40
Octal 316 325 157 3 0 60 20 100 67 100
Binary 11001110 11010101 1101111 11 0 110000 10000 1000000 110111 1000000

Color Harmonies of #CED56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED56F

Black with #CED56F

Text Example


Text Example

White with #CED56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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