Html Css Color HEX #CDD46F Goldenrod

📋 copy color: '#CDD46F'

red 205 ◦ green 212 ◦ blue 111

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

Shades of Goldenrod #CDD46F

Tints of Goldenrod #CDD46F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

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

R = 38.83%
G = 40.15%
B = 21.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#CDD46F (or 0xCDD46F) is known color: Goldenrod. HEX triplet: CD, D4 and 6F. RGB value is (205,212,111). Sum of RGB (Red+Green+Blue) = 205+212+111=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD46F is #322B90. Grayscale: #C6C6C6. Windows color (decimal): -3287953 or 7328973. OLE color: 7328973.

HSL color Cylindrical-coordinate representation of color #CDD46F: hue angle of 64.16º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDD46F is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 111 -
CMYK 0.03 0 0.48 0.17
HSL 64.16º 0.54% 0.63% -
HSV(B) 64.16º 0.48% 0.83% -
XYZ 51.59 61.21 24.14 -
YUV 198.39 78.68 132.71 -
System Red Green Blue C M Y K H S L
Decimal 205 212 111 0.03 0 0.48 0.17 64.16 0.54 0.63
Hex CD D4 6F 3 0 30 11 40 36 3F
Octal 315 324 157 3 0 60 21 100 66 77
Binary 11001101 11010100 1101111 11 0 110000 10001 1000000 110110 111111

Color Harmonies of #CDD46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD46F

Black with #CDD46F

Text Example


Text Example

White with #CDD46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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