Html Css Color HEX #CED765 Goldenrod

📋 copy color: '#CED765'

red 206 ◦ green 215 ◦ blue 101

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

Shades of Goldenrod #CED765

Tints of Goldenrod #CED765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.19%

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

R = 39.46%
G = 41.19%
B = 19.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#CED765 (or 0xCED765) is known color: Goldenrod. HEX triplet: CE, D7 and 65. RGB value is (206,215,101). Sum of RGB (Red+Green+Blue) = 206+215+101=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #CED765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED765 is #31289A. Grayscale: #C7C7C7. Windows color (decimal): -3221659 or 6674382. OLE color: 6674382.

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

Color convert

RGB 206 215 101 -
CMYK 0.04 0 0.53 0.16
HSL 64.74º 0.59% 0.62% -
HSV(B) 64.74º 0.53% 0.84% -
XYZ 52.1 62.66 21.66 -
YUV 199.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 206 215 101 0.04 0 0.53 0.16 64.74 0.59 0.62
Hex CE D7 65 4 0 35 10 41 3B 3E
Octal 316 327 145 4 0 65 20 101 73 76
Binary 11001110 11010111 1100101 100 0 110101 10000 1000001 111011 111110

Color Harmonies of #CED765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED765

Black with #CED765

Text Example


Text Example

White with #CED765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED765; }

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

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

background-color css

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

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

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

border-color css

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

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

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