Html Css Color HEX #CFCD6A Goldenrod

📋 copy color: '#CFCD6A'

red 207 ◦ green 205 ◦ blue 106

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

Shades of Goldenrod #CFCD6A

Tints of Goldenrod #CFCD6A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.58%

 BLUE value IS 106 (41.8% from 255) = 20.46%

R = 39.96%
G = 39.58%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFCD6A (or 0xCFCD6A) is known color: Goldenrod. HEX triplet: CF, CD and 6A. RGB value is (207,205,106). Sum of RGB (Red+Green+Blue) = 207+205+106=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD6A is #303295. Grayscale: #C2C2C2. Windows color (decimal): -3158678 or 6999503. OLE color: 6999503.

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

Color convert

RGB 207 205 106 -
CMYK 0 0.01 0.49 0.19
HSL 58.81º 0.51% 0.61% -
HSV(B) 58.81º 0.49% 0.81% -
XYZ 50.16 57.97 22.18 -
YUV 194.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 207 205 106 0 0.01 0.49 0.19 58.81 0.51 0.61
Hex CF CD 6A 0 1 31 13 3B 33 3D
Octal 317 315 152 0 1 61 23 73 63 75
Binary 11001111 11001101 1101010 0 1 110001 10011 111011 110011 111101

Color Harmonies of #CFCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCD6A

Black with #CFCD6A

Text Example


Text Example

White with #CFCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCD6A; }

 p { color: rgb(207,205,106); }

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

background-color css

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

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

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

border-color css

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

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

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