Html Css Color HEX #CFCF65 Goldenrod

📋 copy color: '#CFCF65'

red 207 ◦ green 207 ◦ blue 101

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

Shades of Goldenrod #CFCF65

Tints of Goldenrod #CFCF65

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.19%

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 40.19%
G = 40.19%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFCF65 (or 0xCFCF65) is known color: Goldenrod. HEX triplet: CF, CF and 65. RGB value is (207,207,101). Sum of RGB (Red+Green+Blue) = 207+207+101=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF65 is #30309A. Grayscale: #C3C3C3. Windows color (decimal): -3158171 or 6672335. OLE color: 6672335.

HSL color Cylindrical-coordinate representation of color #CFCF65: hue angle of 60º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFCF65 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 207 101 -
CMYK 0 0 0.51 0.19
HSL 60º 0.52% 0.6% -
HSV(B) 60º 0.51% 0.81% -
XYZ 50.39 58.83 21.01 -
YUV 194.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 207 207 101 0 0 0.51 0.19 60 0.52 0.6
Hex CF CF 65 0 0 33 13 3C 34 3C
Octal 317 317 145 0 0 63 23 74 64 74
Binary 11001111 11001111 1100101 0 0 110011 10011 111100 110100 111100

Color Harmonies of #CFCF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCF65

Black with #CFCF65

Text Example


Text Example

White with #CFCF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCF65; }

 p { color: rgb(207,207,101); }

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

background-color css

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

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

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

border-color css

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

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

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