Html Css Color HEX #CED265 Goldenrod

📋 copy color: '#CED265'

red 206 ◦ green 210 ◦ blue 101

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

Shades of Goldenrod #CED265

Tints of Goldenrod #CED265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

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

R = 39.85%
G = 40.62%
B = 19.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#CED265 (or 0xCED265) is known color: Goldenrod. HEX triplet: CE, D2 and 65. RGB value is (206,210,101). Sum of RGB (Red+Green+Blue) = 206+210+101=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #CED265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED265 is #312D9A. Grayscale: #C4C4C4. Windows color (decimal): -3222939 or 6673102. OLE color: 6673102.

HSL color Cylindrical-coordinate representation of color #CED265: hue angle of 62.2º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CED265 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 101 -
CMYK 0.02 0 0.52 0.18
HSL 62.2º 0.55% 0.61% -
HSV(B) 62.2º 0.52% 0.82% -
XYZ 50.85 60.15 21.24 -
YUV 196.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 206 210 101 0.02 0 0.52 0.18 62.2 0.55 0.61
Hex CE D2 65 2 0 34 12 3E 37 3D
Octal 316 322 145 2 0 64 22 76 67 75
Binary 11001110 11010010 1100101 10 0 110100 10010 111110 110111 111101

Color Harmonies of #CED265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED265

Black with #CED265

Text Example


Text Example

White with #CED265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED265; }

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

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

background-color css

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

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

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

border-color css

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

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

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