Html Css Color HEX #CDD765 Goldenrod

📋 copy color: '#CDD765'

red 205 ◦ green 215 ◦ blue 101

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

Shades of Goldenrod #CDD765

Tints of Goldenrod #CDD765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 39.35%
G = 41.27%
B = 19.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#CDD765 (or 0xCDD765) is known color: Goldenrod. HEX triplet: CD, D7 and 65. RGB value is (205,215,101). Sum of RGB (Red+Green+Blue) = 205+215+101=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD765 is #32289A. Grayscale: #C7C7C7. Windows color (decimal): -3287195 or 6674381. OLE color: 6674381.

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

Color convert

RGB 205 215 101 -
CMYK 0.05 0 0.53 0.16
HSL 65.26º 0.59% 0.62% -
HSV(B) 65.26º 0.53% 0.84% -
XYZ 51.83 62.52 21.65 -
YUV 199.01 72.69 132.27 -
System Red Green Blue C M Y K H S L
Decimal 205 215 101 0.05 0 0.53 0.16 65.26 0.59 0.62
Hex CD D7 65 5 0 35 10 41 3B 3E
Octal 315 327 145 5 0 65 20 101 73 76
Binary 11001101 11010111 1100101 101 0 110101 10000 1000001 111011 111110

Color Harmonies of #CDD765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD765

Black with #CDD765

Text Example


Text Example

White with #CDD765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD765; }

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

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

background-color css

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

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

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

border-color css

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

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

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