Html Css Color HEX #CEDB61 Goldenrod

📋 copy color: '#CEDB61'

red 206 ◦ green 219 ◦ blue 97

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

Shades of Goldenrod #CEDB61

Tints of Goldenrod #CEDB61

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.95%

 BLUE value IS 97 (38.28% from 255) = 18.58%

R = 39.46%
G = 41.95%
B = 18.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CEDB61 (or 0xCEDB61) is known color: Goldenrod. HEX triplet: CE, DB and 61. RGB value is (206,219,97). Sum of RGB (Red+Green+Blue) = 206+219+97=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 97 (38.28% from 255 or 18.58% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB61 is #31249E. Grayscale: #C9C9C9. Windows color (decimal): -3220639 or 6413262. OLE color: 6413262.

HSL color Cylindrical-coordinate representation of color #CEDB61: hue angle of 66.39º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEDB61 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 97 -
CMYK 0.06 0 0.56 0.14
HSL 66.39º 0.63% 0.62% -
HSV(B) 66.39º 0.56% 0.86% -
XYZ 52.94 64.65 21 -
YUV 201.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 206 219 97 0.06 0 0.56 0.14 66.39 0.63 0.62
Hex CE DB 61 6 0 38 E 42 3F 3E
Octal 316 333 141 6 0 70 16 102 77 76
Binary 11001110 11011011 1100001 110 0 111000 1110 1000010 111111 111110

Color Harmonies of #CEDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB61

Black with #CEDB61

Text Example


Text Example

White with #CEDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB61; }

 p { color: rgb(206,219,97); }

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

background-color css

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

 a { background-color: rgb(206,219,97); }

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

border-color css

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

 span { border-color: rgb(206,219,97); }

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