Html Css Color HEX #CED66F Goldenrod

📋 copy color: '#CED66F'

red 206 ◦ green 214 ◦ blue 111

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

Shades of Goldenrod #CED66F

Tints of Goldenrod #CED66F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

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

R = 38.79%
G = 40.3%
B = 20.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CED66F (or 0xCED66F) is known color: Goldenrod. HEX triplet: CE, D6 and 6F. RGB value is (206,214,111). Sum of RGB (Red+Green+Blue) = 206+214+111=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #CED66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED66F is #312990. Grayscale: #C8C8C8. Windows color (decimal): -3221905 or 7329486. OLE color: 7329486.

HSL color Cylindrical-coordinate representation of color #CED66F: hue angle of 64.66º degrees, saturation: 0.56, 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 #CED66F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 111 -
CMYK 0.04 0 0.48 0.16
HSL 64.66º 0.56% 0.64% -
HSV(B) 64.66º 0.48% 0.84% -
XYZ 52.37 62.36 24.32 -
YUV 199.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 206 214 111 0.04 0 0.48 0.16 64.66 0.56 0.64
Hex CE D6 6F 4 0 30 10 41 38 40
Octal 316 326 157 4 0 60 20 101 70 100
Binary 11001110 11010110 1101111 100 0 110000 10000 1000001 111000 1000000

Color Harmonies of #CED66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED66F

Black with #CED66F

Text Example


Text Example

White with #CED66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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