Html Css Color HEX #CDD668 Goldenrod

📋 copy color: '#CDD668'

red 205 ◦ green 214 ◦ blue 104

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

Shades of Goldenrod #CDD668

Tints of Goldenrod #CDD668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.92%

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

R = 39.2%
G = 40.92%
B = 19.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CDD668 (or 0xCDD668) is known color: Goldenrod. HEX triplet: CD, D6 and 68. RGB value is (205,214,104). Sum of RGB (Red+Green+Blue) = 205+214+104=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD668 is #322997. Grayscale: #C7C7C7. Windows color (decimal): -3287448 or 6870733. OLE color: 6870733.

HSL color Cylindrical-coordinate representation of color #CDD668: hue angle of 64.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD668 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 104 -
CMYK 0.04 0 0.51 0.16
HSL 64.91º 0.57% 0.62% -
HSV(B) 64.91º 0.51% 0.84% -
XYZ 51.72 62.07 22.35 -
YUV 198.77 74.52 132.44 -
System Red Green Blue C M Y K H S L
Decimal 205 214 104 0.04 0 0.51 0.16 64.91 0.57 0.62
Hex CD D6 68 4 0 33 10 41 39 3E
Octal 315 326 150 4 0 63 20 101 71 76
Binary 11001101 11010110 1101000 100 0 110011 10000 1000001 111001 111110

Color Harmonies of #CDD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD668

Black with #CDD668

Text Example


Text Example

White with #CDD668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD668; }

 p { color: rgb(205,214,104); }

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

background-color css

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

 a { background-color: rgb(205,214,104); }

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

border-color css

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

 span { border-color: rgb(205,214,104); }

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