Html Css Color HEX #CF9123 Buttercup

📋 copy color: '#CF9123'

red 207 ◦ green 145 ◦ blue 35

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

Shades of Buttercup #CF9123

Tints of Buttercup #CF9123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

 BLUE value IS 35 (14.06% from 255) = 9.04%

R = 53.49%
G = 37.47%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF9123 (or 0xCF9123) is known color: Buttercup. HEX triplet: CF, 91 and 23. RGB value is (207,145,35). Sum of RGB (Red+Green+Blue) = 207+145+35=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 35 (14.06% from 255 or 9.04% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9123 is #306EDC. Grayscale: #979797. Windows color (decimal): -3174109 or 2331087. OLE color: 2331087.

HSL color Cylindrical-coordinate representation of color #CF9123: hue angle of 38.37º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF9123 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 35 -
CMYK 0 0.30 0.83 0.19
HSL 38.37º 0.71% 0.47% -
HSV(B) 38.37º 0.83% 0.81% -
XYZ 36.16 33.64 6.18 -
YUV 151 62.54 167.94 -
System Red Green Blue C M Y K H S L
Decimal 207 145 35 0 0.30 0.83 0.19 38.37 0.71 0.47
Hex CF 91 23 0 1E 53 13 26 47 2F
Octal 317 221 43 0 36 123 23 46 107 57
Binary 11001111 10010001 100011 0 11110 1010011 10011 100110 1000111 101111

Color Harmonies of #CF9123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9123

Black with #CF9123

Text Example


Text Example

White with #CF9123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9123; }

 p { color: rgb(207,145,35); }

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

background-color css

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

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

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

border-color css

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

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

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