Html Css Color HEX #CED46C Goldenrod

📋 copy color: '#CED46C'

red 206 ◦ green 212 ◦ blue 108

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

Shades of Goldenrod #CED46C

Tints of Goldenrod #CED46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 39.16%
G = 40.3%
B = 20.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#CED46C (or 0xCED46C) is known color: Goldenrod. HEX triplet: CE, D4 and 6C. RGB value is (206,212,108). Sum of RGB (Red+Green+Blue) = 206+212+108=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #CED46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED46C is #312B93. Grayscale: #C6C6C6. Windows color (decimal): -3222420 or 7132366. OLE color: 7132366.

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

Color convert

RGB 206 212 108 -
CMYK 0.03 0 0.49 0.17
HSL 63.46º 0.55% 0.63% -
HSV(B) 63.46º 0.49% 0.83% -
XYZ 51.7 61.29 23.29 -
YUV 198.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 206 212 108 0.03 0 0.49 0.17 63.46 0.55 0.63
Hex CE D4 6C 3 0 31 11 3F 37 3F
Octal 316 324 154 3 0 61 21 77 67 77
Binary 11001110 11010100 1101100 11 0 110001 10001 111111 110111 111111

Color Harmonies of #CED46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED46C

Black with #CED46C

Text Example


Text Example

White with #CED46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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