Html Css Color HEX #CFCE69 Goldenrod

📋 copy color: '#CFCE69'

red 207 ◦ green 206 ◦ blue 105

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

Shades of Goldenrod #CFCE69

Tints of Goldenrod #CFCE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.77%

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

R = 39.96%
G = 39.77%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFCE69 (or 0xCFCE69) is known color: Goldenrod. HEX triplet: CF, CE and 69. RGB value is (207,206,105). Sum of RGB (Red+Green+Blue) = 207+206+105=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE69 is #303196. Grayscale: #C3C3C3. Windows color (decimal): -3158423 or 6934223. OLE color: 6934223.

HSL color Cylindrical-coordinate representation of color #CFCE69: hue angle of 59.41º 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 #CFCE69 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 206 105 -
CMYK 0 0.00 0.49 0.19
HSL 59.41º 0.52% 0.61% -
HSV(B) 59.41º 0.49% 0.81% -
XYZ 50.35 58.43 21.99 -
YUV 194.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 207 206 105 0 0.00 0.49 0.19 59.41 0.52 0.61
Hex CF CE 69 0 0 31 13 3B 34 3D
Octal 317 316 151 0 0 61 23 73 64 75
Binary 11001111 11001110 1101001 0 0 110001 10011 111011 110100 111101

Color Harmonies of #CFCE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCE69

Black with #CFCE69

Text Example


Text Example

White with #CFCE69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCE69; }

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

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

background-color css

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

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

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

border-color css

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

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

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