Html Css Color HEX #CDD66F Goldenrod

📋 copy color: '#CDD66F'

red 205 ◦ green 214 ◦ blue 111

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

Shades of Goldenrod #CDD66F

Tints of Goldenrod #CDD66F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

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

R = 38.68%
G = 40.38%
B = 20.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CDD66F (or 0xCDD66F) is known color: Goldenrod. HEX triplet: CD, D6 and 6F. RGB value is (205,214,111). Sum of RGB (Red+Green+Blue) = 205+214+111=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD66F is #322990. Grayscale: #C7C7C7. Windows color (decimal): -3287441 or 7329485. OLE color: 7329485.

HSL color Cylindrical-coordinate representation of color #CDD66F: hue angle of 65.24º degrees, saturation: 0.56, 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 #CDD66F is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 111 -
CMYK 0.04 0 0.48 0.16
HSL 65.24º 0.56% 0.64% -
HSV(B) 65.24º 0.48% 0.84% -
XYZ 52.09 62.22 24.3 -
YUV 199.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 205 214 111 0.04 0 0.48 0.16 65.24 0.56 0.64
Hex CD D6 6F 4 0 30 10 41 38 40
Octal 315 326 157 4 0 60 20 101 70 100
Binary 11001101 11010110 1101111 100 0 110000 10000 1000001 111000 1000000

Color Harmonies of #CDD66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD66F

Black with #CDD66F

Text Example


Text Example

White with #CDD66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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