Html Css Color HEX #CFA00D Gamboge

📋 copy color: '#CFA00D'

red 207 ◦ green 160 ◦ blue 13

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

Shades of Gamboge #CFA00D

Tints of Gamboge #CFA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.11%

 BLUE value IS 13 (5.47% from 255) = 3.42%

R = 54.47%
G = 42.11%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CFA00D (or 0xCFA00D) is known color: Gamboge. HEX triplet: CF, A0 and 0D. RGB value is (207,160,13). Sum of RGB (Red+Green+Blue) = 207+160+13=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA00D is #305FF2. Grayscale: #9D9D9D. Windows color (decimal): -3170291 or 893135. OLE color: 893135.

HSL color Cylindrical-coordinate representation of color #CFA00D: hue angle of 45.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA00D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 13 -
CMYK 0 0.23 0.94 0.19
HSL 45.46º 0.88% 0.43% -
HSV(B) 45.46º 0.94% 0.81% -
XYZ 38.38 38.44 5.78 -
YUV 157.3 46.57 163.45 -
System Red Green Blue C M Y K H S L
Decimal 207 160 13 0 0.23 0.94 0.19 45.46 0.88 0.43
Hex CF A0 D 0 17 5E 13 2D 58 2B
Octal 317 240 15 0 27 136 23 55 130 53
Binary 11001111 10100000 1101 0 10111 1011110 10011 101101 1011000 101011

Color Harmonies of #CFA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA00D

Black with #CFA00D

Text Example


Text Example

White with #CFA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA00D; }

 p { color: rgb(207,160,13); }

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

background-color css

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

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

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

border-color css

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

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

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