Html Css Color HEX #CDCE6D Goldenrod

📋 copy color: '#CDCE6D'

red 205 ◦ green 206 ◦ blue 109

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

Shades of Goldenrod #CDCE6D

Tints of Goldenrod #CDCE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.96%

R = 39.42%
G = 39.62%
B = 20.96%

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

#CDCE6D (or 0xCDCE6D) is known color: Goldenrod. HEX triplet: CD, CE and 6D. RGB value is (205,206,109). Sum of RGB (Red+Green+Blue) = 205+206+109=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE6D is #323192. Grayscale: #C3C3C3. Windows color (decimal): -3289491 or 7196365. OLE color: 7196365.

HSL color Cylindrical-coordinate representation of color #CDCE6D: hue angle of 60.62º degrees, saturation: 0.5, 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 #CDCE6D is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 206 109 -
CMYK 0.00 0 0.47 0.19
HSL 60.62º 0.5% 0.62% -
HSV(B) 60.62º 0.47% 0.81% -
XYZ 50.01 58.23 23.07 -
YUV 194.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 205 206 109 0.00 0 0.47 0.19 60.62 0.5 0.62
Hex CD CE 6D 0 0 2F 13 3D 32 3E
Octal 315 316 155 0 0 57 23 75 62 76
Binary 11001101 11001110 1101101 0 0 101111 10011 111101 110010 111110

Color Harmonies of #CDCE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCE6D

Black with #CDCE6D

Text Example


Text Example

White with #CDCE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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