Html Css Color HEX #CFDC5D Goldenrod

📋 copy color: '#CFDC5D'

red 207 ◦ green 220 ◦ blue 93

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

Shades of Goldenrod #CFDC5D

Tints of Goldenrod #CFDC5D

RGB

 RED value IS 207 (81.25% from 255) = 39.81%

 GREEN value IS 220 (86.33% from 255) = 42.31%

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 39.81%
G = 42.31%
B = 17.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#CFDC5D (or 0xCFDC5D) is known color: Goldenrod. HEX triplet: CF, DC and 5D. RGB value is (207,220,93). Sum of RGB (Red+Green+Blue) = 207+220+93=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC5D is #3023A2. Grayscale: #CACACA. Windows color (decimal): -3154851 or 6151375. OLE color: 6151375.

HSL color Cylindrical-coordinate representation of color #CFDC5D: hue angle of 66.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFDC5D is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 93 -
CMYK 0.06 0 0.58 0.14
HSL 66.14º 0.64% 0.61% -
HSV(B) 66.14º 0.58% 0.86% -
XYZ 53.3 65.24 20.14 -
YUV 201.64 66.69 131.83 -
System Red Green Blue C M Y K H S L
Decimal 207 220 93 0.06 0 0.58 0.14 66.14 0.64 0.61
Hex CF DC 5D 6 0 3A E 42 40 3D
Octal 317 334 135 6 0 72 16 102 100 75
Binary 11001111 11011100 1011101 110 0 111010 1110 1000010 1000000 111101

Color Harmonies of #CFDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC5D

Black with #CFDC5D

Text Example


Text Example

White with #CFDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC5D; }

 p { color: rgb(207,220,93); }

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

background-color css

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

 a { background-color: rgb(207,220,93); }

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

border-color css

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

 span { border-color: rgb(207,220,93); }

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