Html Css Color HEX #CED465 Goldenrod

📋 copy color: '#CED465'

red 206 ◦ green 212 ◦ blue 101

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

Shades of Goldenrod #CED465

Tints of Goldenrod #CED465

RGB

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

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

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

R = 39.69%
G = 40.85%
B = 19.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#CED465 (or 0xCED465) is known color: Goldenrod. HEX triplet: CE, D4 and 65. RGB value is (206,212,101). Sum of RGB (Red+Green+Blue) = 206+212+101=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #CED465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED465 is #312B9A. Grayscale: #C5C5C5. Windows color (decimal): -3222427 or 6673614. OLE color: 6673614.

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

Color convert

RGB 206 212 101 -
CMYK 0.03 0 0.52 0.17
HSL 63.24º 0.56% 0.61% -
HSV(B) 63.24º 0.52% 0.83% -
XYZ 51.35 61.15 21.41 -
YUV 197.55 73.51 134.03 -
System Red Green Blue C M Y K H S L
Decimal 206 212 101 0.03 0 0.52 0.17 63.24 0.56 0.61
Hex CE D4 65 3 0 34 11 3F 38 3D
Octal 316 324 145 3 0 64 21 77 70 75
Binary 11001110 11010100 1100101 11 0 110100 10001 111111 111000 111101

Color Harmonies of #CED465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED465

Black with #CED465

Text Example


Text Example

White with #CED465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED465; }

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

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

background-color css

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

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

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

border-color css

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

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

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