Html Css Color HEX #CED565 Goldenrod

📋 copy color: '#CED565'

red 206 ◦ green 213 ◦ blue 101

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

Shades of Goldenrod #CED565

Tints of Goldenrod #CED565

RGB

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

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

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

R = 39.62%
G = 40.96%
B = 19.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#CED565 (or 0xCED565) is known color: Goldenrod. HEX triplet: CE, D5 and 65. RGB value is (206,213,101). Sum of RGB (Red+Green+Blue) = 206+213+101=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #CED565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED565 is #312A9A. Grayscale: #C6C6C6. Windows color (decimal): -3222171 or 6673870. OLE color: 6673870.

HSL color Cylindrical-coordinate representation of color #CED565: hue angle of 63.75º degrees, saturation: 0.57, 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 #CED565 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 101 -
CMYK 0.03 0 0.53 0.16
HSL 63.75º 0.57% 0.62% -
HSV(B) 63.75º 0.53% 0.84% -
XYZ 51.6 61.65 21.49 -
YUV 198.14 73.18 133.61 -
System Red Green Blue C M Y K H S L
Decimal 206 213 101 0.03 0 0.53 0.16 63.75 0.57 0.62
Hex CE D5 65 3 0 35 10 40 39 3E
Octal 316 325 145 3 0 65 20 100 71 76
Binary 11001110 11010101 1100101 11 0 110101 10000 1000000 111001 111110

Color Harmonies of #CED565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED565

Black with #CED565

Text Example


Text Example

White with #CED565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED565; }

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

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

background-color css

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

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

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

border-color css

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

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

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