Html Css Color HEX #CCD86D Goldenrod

📋 copy color: '#CCD86D'

red 204 ◦ green 216 ◦ blue 109

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

Shades of Goldenrod #CCD86D

Tints of Goldenrod #CCD86D

RGB

 RED value IS 204 (80.08% from 255) = 38.56%

 GREEN value IS 216 (84.77% from 255) = 40.83%

 BLUE value IS 109 (42.97% from 255) = 20.6%

R = 38.56%
G = 40.83%
B = 20.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CCD86D (or 0xCCD86D) is known color: Goldenrod. HEX triplet: CC, D8 and 6D. RGB value is (204,216,109). Sum of RGB (Red+Green+Blue) = 204+216+109=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD86D is #332792. Grayscale: #C8C8C8. Windows color (decimal): -3352467 or 7198924. OLE color: 7198924.

HSL color Cylindrical-coordinate representation of color #CCD86D: hue angle of 66.73º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD86D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 109 -
CMYK 0.06 0 0.50 0.15
HSL 66.73º 0.58% 0.64% -
HSV(B) 66.73º 0.5% 0.85% -
XYZ 52.22 63.05 23.89 -
YUV 200.21 76.52 130.7 -
System Red Green Blue C M Y K H S L
Decimal 204 216 109 0.06 0 0.50 0.15 66.73 0.58 0.64
Hex CC D8 6D 6 0 32 F 43 3A 40
Octal 314 330 155 6 0 62 17 103 72 100
Binary 11001100 11011000 1101101 110 0 110010 1111 1000011 111010 1000000

Color Harmonies of #CCD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD86D

Black with #CCD86D

Text Example


Text Example

White with #CCD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD86D; }

 p { color: rgb(204,216,109); }

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

background-color css

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

 a { background-color: rgb(204,216,109); }

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

border-color css

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

 span { border-color: rgb(204,216,109); }

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