Html Css Color HEX #CF8A23 Buttercup

📋 copy color: '#CF8A23'

red 207 ◦ green 138 ◦ blue 35

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

Shades of Buttercup #CF8A23

Tints of Buttercup #CF8A23

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 54.47%
G = 36.32%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF8A23 (or 0xCF8A23) is known color: Buttercup. HEX triplet: CF, 8A and 23. RGB value is (207,138,35). Sum of RGB (Red+Green+Blue) = 207+138+35=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A23 is #3075DC. Grayscale: #939393. Windows color (decimal): -3175901 or 2329295. OLE color: 2329295.

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

Color convert

RGB 207 138 35 -
CMYK 0 0.33 0.83 0.19
HSL 35.93º 0.71% 0.47% -
HSV(B) 35.93º 0.83% 0.81% -
XYZ 35.12 31.56 5.83 -
YUV 146.89 64.86 170.88 -
System Red Green Blue C M Y K H S L
Decimal 207 138 35 0 0.33 0.83 0.19 35.93 0.71 0.47
Hex CF 8A 23 0 21 53 13 24 47 2F
Octal 317 212 43 0 41 123 23 44 107 57
Binary 11001111 10001010 100011 0 100001 1010011 10011 100100 1000111 101111

Color Harmonies of #CF8A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A23

Black with #CF8A23

Text Example


Text Example

White with #CF8A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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