Html Css Color HEX #CEDD62 Goldenrod

📋 copy color: '#CEDD62'

red 206 ◦ green 221 ◦ blue 98

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

Shades of Goldenrod #CEDD62

Tints of Goldenrod #CEDD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.67%

R = 39.24%
G = 42.1%
B = 18.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#CEDD62 (or 0xCEDD62) is known color: Goldenrod. HEX triplet: CE, DD and 62. RGB value is (206,221,98). Sum of RGB (Red+Green+Blue) = 206+221+98=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD62 is #31229D. Grayscale: #CACACA. Windows color (decimal): -3220126 or 6479310. OLE color: 6479310.

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

Color convert

RGB 206 221 98 -
CMYK 0.07 0 0.56 0.13
HSL 67.32º 0.64% 0.63% -
HSV(B) 67.32º 0.56% 0.87% -
XYZ 53.51 65.72 21.42 -
YUV 202.49 69.03 130.5 -
System Red Green Blue C M Y K H S L
Decimal 206 221 98 0.07 0 0.56 0.13 67.32 0.64 0.63
Hex CE DD 62 7 0 38 D 43 40 3F
Octal 316 335 142 7 0 70 15 103 100 77
Binary 11001110 11011101 1100010 111 0 111000 1101 1000011 1000000 111111

Color Harmonies of #CEDD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD62

Black with #CEDD62

Text Example


Text Example

White with #CEDD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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