Html Css Color HEX #CFCD6B Goldenrod

📋 copy color: '#CFCD6B'

red 207 ◦ green 205 ◦ blue 107

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

Shades of Goldenrod #CFCD6B

Tints of Goldenrod #CFCD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.62%

R = 39.88%
G = 39.5%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFCD6B (or 0xCFCD6B) is known color: Goldenrod. HEX triplet: CF, CD and 6B. RGB value is (207,205,107). Sum of RGB (Red+Green+Blue) = 207+205+107=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD6B is #303294. Grayscale: #C2C2C2. Windows color (decimal): -3158677 or 7065039. OLE color: 7065039.

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

Color convert

RGB 207 205 107 -
CMYK 0 0.01 0.48 0.19
HSL 58.8º 0.51% 0.62% -
HSV(B) 58.8º 0.48% 0.81% -
XYZ 50.22 57.99 22.46 -
YUV 194.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 207 205 107 0 0.01 0.48 0.19 58.8 0.51 0.62
Hex CF CD 6B 0 1 30 13 3B 33 3E
Octal 317 315 153 0 1 60 23 73 63 76
Binary 11001111 11001101 1101011 0 1 110000 10011 111011 110011 111110

Color Harmonies of #CFCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCD6B

Black with #CFCD6B

Text Example


Text Example

White with #CFCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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