Html Css Color HEX #CEDD68 Goldenrod

📋 copy color: '#CEDD68'

red 206 ◦ green 221 ◦ blue 104

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

Shades of Goldenrod #CEDD68

Tints of Goldenrod #CEDD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 38.79%
G = 41.62%
B = 19.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#CEDD68 (or 0xCEDD68) is known color: Goldenrod. HEX triplet: CE, DD and 68. RGB value is (206,221,104). Sum of RGB (Red+Green+Blue) = 206+221+104=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD68 is #312297. Grayscale: #CBCBCB. Windows color (decimal): -3220120 or 6872526. OLE color: 6872526.

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

Color convert

RGB 206 221 104 -
CMYK 0.07 0 0.53 0.13
HSL 67.69º 0.63% 0.64% -
HSV(B) 67.69º 0.53% 0.87% -
XYZ 53.81 65.83 22.97 -
YUV 203.18 72.03 130.01 -
System Red Green Blue C M Y K H S L
Decimal 206 221 104 0.07 0 0.53 0.13 67.69 0.63 0.64
Hex CE DD 68 7 0 35 D 44 3F 40
Octal 316 335 150 7 0 65 15 104 77 100
Binary 11001110 11011101 1101000 111 0 110101 1101 1000100 111111 1000000

Color Harmonies of #CEDD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD68

Black with #CEDD68

Text Example


Text Example

White with #CEDD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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