Html Css Color HEX #CFCF69 Goldenrod

📋 copy color: '#CFCF69'

red 207 ◦ green 207 ◦ blue 105

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

Shades of Goldenrod #CFCF69

Tints of Goldenrod #CFCF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.23%

R = 39.88%
G = 39.88%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFCF69 (or 0xCFCF69) is known color: Goldenrod. HEX triplet: CF, CF and 69. RGB value is (207,207,105). Sum of RGB (Red+Green+Blue) = 207+207+105=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF69 is #303096. Grayscale: #C3C3C3. Windows color (decimal): -3158167 or 6934479. OLE color: 6934479.

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

Color convert

RGB 207 207 105 -
CMYK 0 0 0.49 0.19
HSL 60º 0.52% 0.61% -
HSV(B) 60º 0.49% 0.81% -
XYZ 50.59 58.91 22.07 -
YUV 195.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 207 207 105 0 0 0.49 0.19 60 0.52 0.61
Hex CF CF 69 0 0 31 13 3C 34 3D
Octal 317 317 151 0 0 61 23 74 64 75
Binary 11001111 11001111 1101001 0 0 110001 10011 111100 110100 111101

Color Harmonies of #CFCF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCF69

Black with #CFCF69

Text Example


Text Example

White with #CFCF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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