Html Css Color HEX #CDCE6E Goldenrod

📋 copy color: '#CDCE6E'

red 205 ◦ green 206 ◦ blue 110

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

Shades of Goldenrod #CDCE6E

Tints of Goldenrod #CDCE6E

RGB

 RED value IS 205 (80.47% from 255) = 39.35%

 GREEN value IS 206 (80.86% from 255) = 39.54%

 BLUE value IS 110 (43.36% from 255) = 21.11%

R = 39.35%
G = 39.54%
B = 21.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CDCE6E (or 0xCDCE6E) is known color: Goldenrod. HEX triplet: CD, CE and 6E. RGB value is (205,206,110). Sum of RGB (Red+Green+Blue) = 205+206+110=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE6E is #323191. Grayscale: #C3C3C3. Windows color (decimal): -3289490 or 7261901. OLE color: 7261901.

HSL color Cylindrical-coordinate representation of color #CDCE6E: hue angle of 60.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDCE6E is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 206 110 -
CMYK 0.00 0 0.47 0.19
HSL 60.63º 0.49% 0.62% -
HSV(B) 60.63º 0.47% 0.81% -
XYZ 50.06 58.25 23.36 -
YUV 194.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 205 206 110 0.00 0 0.47 0.19 60.63 0.49 0.62
Hex CD CE 6E 0 0 2F 13 3D 31 3E
Octal 315 316 156 0 0 57 23 75 61 76
Binary 11001101 11001110 1101110 0 0 101111 10011 111101 110001 111110

Color Harmonies of #CDCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCE6E

Black with #CDCE6E

Text Example


Text Example

White with #CDCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCE6E; }

 p { color: rgb(205,206,110); }

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

background-color css

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

 a { background-color: rgb(205,206,110); }

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

border-color css

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

 span { border-color: rgb(205,206,110); }

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