Html Css Color HEX #CED964 Goldenrod

📋 copy color: '#CED964'

red 206 ◦ green 217 ◦ blue 100

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

Shades of Goldenrod #CED964

Tints of Goldenrod #CED964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.49%

 BLUE value IS 100 (39.45% from 255) = 19.12%

R = 39.39%
G = 41.49%
B = 19.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CED964 (or 0xCED964) is known color: Goldenrod. HEX triplet: CE, D9 and 64. RGB value is (206,217,100). Sum of RGB (Red+Green+Blue) = 206+217+100=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #CED964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED964 is #31269B. Grayscale: #C8C8C8. Windows color (decimal): -3221148 or 6609358. OLE color: 6609358.

HSL color Cylindrical-coordinate representation of color #CED964: hue angle of 65.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED964 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 100 -
CMYK 0.05 0 0.54 0.15
HSL 65.64º 0.61% 0.62% -
HSV(B) 65.64º 0.54% 0.85% -
XYZ 52.57 63.67 21.58 -
YUV 200.37 71.36 132.01 -
System Red Green Blue C M Y K H S L
Decimal 206 217 100 0.05 0 0.54 0.15 65.64 0.61 0.62
Hex CE D9 64 5 0 36 F 42 3D 3E
Octal 316 331 144 5 0 66 17 102 75 76
Binary 11001110 11011001 1100100 101 0 110110 1111 1000010 111101 111110

Color Harmonies of #CED964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED964

Black with #CED964

Text Example


Text Example

White with #CED964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED964; }

 p { color: rgb(206,217,100); }

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

background-color css

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

 a { background-color: rgb(206,217,100); }

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

border-color css

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

 span { border-color: rgb(206,217,100); }

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