Html Css Color HEX #CDD768 Goldenrod

📋 copy color: '#CDD768'

red 205 ◦ green 215 ◦ blue 104

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

Shades of Goldenrod #CDD768

Tints of Goldenrod #CDD768

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.03%

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

R = 39.12%
G = 41.03%
B = 19.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#CDD768 (or 0xCDD768) is known color: Goldenrod. HEX triplet: CD, D7 and 68. RGB value is (205,215,104). Sum of RGB (Red+Green+Blue) = 205+215+104=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD768 is #322897. Grayscale: #C7C7C7. Windows color (decimal): -3287192 or 6870989. OLE color: 6870989.

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

Color convert

RGB 205 215 104 -
CMYK 0.05 0 0.52 0.16
HSL 65.41º 0.58% 0.63% -
HSV(B) 65.41º 0.52% 0.84% -
XYZ 51.98 62.58 22.44 -
YUV 199.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 205 215 104 0.05 0 0.52 0.16 65.41 0.58 0.63
Hex CD D7 68 5 0 34 10 41 3A 3F
Octal 315 327 150 5 0 64 20 101 72 77
Binary 11001101 11010111 1101000 101 0 110100 10000 1000001 111010 111111

Color Harmonies of #CDD768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD768

Black with #CDD768

Text Example


Text Example

White with #CDD768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD768; }

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

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

background-color css

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

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

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

border-color css

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

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

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