Html Css Color HEX #CDD868 Goldenrod

📋 copy color: '#CDD868'

red 205 ◦ green 216 ◦ blue 104

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

Shades of Goldenrod #CDD868

Tints of Goldenrod #CDD868

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.14%

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

R = 39.05%
G = 41.14%
B = 19.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#CDD868 (or 0xCDD868) is known color: Goldenrod. HEX triplet: CD, D8 and 68. RGB value is (205,216,104). Sum of RGB (Red+Green+Blue) = 205+216+104=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD868 is #322797. Grayscale: #C8C8C8. Windows color (decimal): -3286936 or 6871245. OLE color: 6871245.

HSL color Cylindrical-coordinate representation of color #CDD868: hue angle of 65.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDD868 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 104 -
CMYK 0.05 0 0.52 0.15
HSL 65.89º 0.59% 0.63% -
HSV(B) 65.89º 0.52% 0.85% -
XYZ 52.23 63.09 22.52 -
YUV 199.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 205 216 104 0.05 0 0.52 0.15 65.89 0.59 0.63
Hex CD D8 68 5 0 34 F 42 3B 3F
Octal 315 330 150 5 0 64 17 102 73 77
Binary 11001101 11011000 1101000 101 0 110100 1111 1000010 111011 111111

Color Harmonies of #CDD868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD868

Black with #CDD868

Text Example


Text Example

White with #CDD868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD868; }

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

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

background-color css

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

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

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

border-color css

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

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

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