Html Css Color HEX #CED671 Goldenrod

📋 copy color: '#CED671'

red 206 ◦ green 214 ◦ blue 113

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

Shades of Goldenrod #CED671

Tints of Goldenrod #CED671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.2%

R = 38.65%
G = 40.15%
B = 21.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CED671 (or 0xCED671) is known color: Goldenrod. HEX triplet: CE, D6 and 71. RGB value is (206,214,113). Sum of RGB (Red+Green+Blue) = 206+214+113=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #CED671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED671 is #31298E. Grayscale: #C8C8C8. Windows color (decimal): -3221903 or 7460558. OLE color: 7460558.

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

Color convert

RGB 206 214 113 -
CMYK 0.04 0 0.47 0.16
HSL 64.75º 0.55% 0.64% -
HSV(B) 64.75º 0.47% 0.84% -
XYZ 52.48 62.41 24.9 -
YUV 200.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 206 214 113 0.04 0 0.47 0.16 64.75 0.55 0.64
Hex CE D6 71 4 0 2F 10 41 37 40
Octal 316 326 161 4 0 57 20 101 67 100
Binary 11001110 11010110 1110001 100 0 101111 10000 1000001 110111 1000000

Color Harmonies of #CED671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED671

Black with #CED671

Text Example


Text Example

White with #CED671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED671; }

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

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

background-color css

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

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

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

border-color css

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

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

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