Html Css Color HEX #CEDD65 Goldenrod

📋 copy color: '#CEDD65'

red 206 ◦ green 221 ◦ blue 101

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

Shades of Goldenrod #CEDD65

Tints of Goldenrod #CEDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

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

R = 39.02%
G = 41.86%
B = 19.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#CEDD65 (or 0xCEDD65) is known color: Goldenrod. HEX triplet: CE, DD and 65. RGB value is (206,221,101). Sum of RGB (Red+Green+Blue) = 206+221+101=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD65 is #31229A. Grayscale: #CBCBCB. Windows color (decimal): -3220123 or 6675918. OLE color: 6675918.

HSL color Cylindrical-coordinate representation of color #CEDD65: hue angle of 67.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEDD65 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 101 -
CMYK 0.07 0 0.54 0.13
HSL 67.5º 0.64% 0.63% -
HSV(B) 67.5º 0.54% 0.87% -
XYZ 53.66 65.77 22.18 -
YUV 202.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 206 221 101 0.07 0 0.54 0.13 67.5 0.64 0.63
Hex CE DD 65 7 0 36 D 44 40 3F
Octal 316 335 145 7 0 66 15 104 100 77
Binary 11001110 11011101 1100101 111 0 110110 1101 1000100 1000000 111111

Color Harmonies of #CEDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD65

Black with #CEDD65

Text Example


Text Example

White with #CEDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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