Html Css Color HEX #CDD76F Goldenrod

📋 copy color: '#CDD76F'

red 205 ◦ green 215 ◦ blue 111

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

Shades of Goldenrod #CDD76F

Tints of Goldenrod #CDD76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.9%

R = 38.61%
G = 40.49%
B = 20.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CDD76F (or 0xCDD76F) is known color: Goldenrod. HEX triplet: CD, D7 and 6F. RGB value is (205,215,111). Sum of RGB (Red+Green+Blue) = 205+215+111=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD76F is #322890. Grayscale: #C8C8C8. Windows color (decimal): -3287185 or 7329741. OLE color: 7329741.

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

Color convert

RGB 205 215 111 -
CMYK 0.05 0 0.48 0.16
HSL 65.77º 0.57% 0.64% -
HSV(B) 65.77º 0.48% 0.84% -
XYZ 52.35 62.73 24.39 -
YUV 200.15 77.69 131.46 -
System Red Green Blue C M Y K H S L
Decimal 205 215 111 0.05 0 0.48 0.16 65.77 0.57 0.64
Hex CD D7 6F 5 0 30 10 42 39 40
Octal 315 327 157 5 0 60 20 102 71 100
Binary 11001101 11010111 1101111 101 0 110000 10000 1000010 111001 1000000

Color Harmonies of #CDD76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD76F

Black with #CDD76F

Text Example


Text Example

White with #CDD76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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