Html Css Color HEX #CED665 Goldenrod

📋 copy color: '#CED665'

red 206 ◦ green 214 ◦ blue 101

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

Shades of Goldenrod #CED665

Tints of Goldenrod #CED665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 39.54%
G = 41.07%
B = 19.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#CED665 (or 0xCED665) is known color: Goldenrod. HEX triplet: CE, D6 and 65. RGB value is (206,214,101). Sum of RGB (Red+Green+Blue) = 206+214+101=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #CED665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED665 is #31299A. Grayscale: #C7C7C7. Windows color (decimal): -3221915 or 6674126. OLE color: 6674126.

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

Color convert

RGB 206 214 101 -
CMYK 0.04 0 0.53 0.16
HSL 64.25º 0.58% 0.62% -
HSV(B) 64.25º 0.53% 0.84% -
XYZ 51.85 62.15 21.58 -
YUV 198.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 206 214 101 0.04 0 0.53 0.16 64.25 0.58 0.62
Hex CE D6 65 4 0 35 10 40 3A 3E
Octal 316 326 145 4 0 65 20 100 72 76
Binary 11001110 11010110 1100101 100 0 110101 10000 1000000 111010 111110

Color Harmonies of #CED665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED665

Black with #CED665

Text Example


Text Example

White with #CED665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED665; }

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

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

background-color css

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

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

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

border-color css

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

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

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