Html Css Color HEX #CF9422 Buttercup

📋 copy color: '#CF9422'

red 207 ◦ green 148 ◦ blue 34

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

Shades of Buttercup #CF9422

Tints of Buttercup #CF9422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 34 (13.67% from 255) = 8.74%

R = 53.21%
G = 38.05%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF9422 (or 0xCF9422) is known color: Buttercup. HEX triplet: CF, 94 and 22. RGB value is (207,148,34). Sum of RGB (Red+Green+Blue) = 207+148+34=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9422 is #306BDD. Grayscale: #999999. Windows color (decimal): -3173342 or 2266319. OLE color: 2266319.

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

Color convert

RGB 207 148 34 -
CMYK 0 0.29 0.84 0.19
HSL 39.54º 0.72% 0.47% -
HSV(B) 39.54º 0.84% 0.81% -
XYZ 36.61 34.56 6.25 -
YUV 152.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 207 148 34 0 0.29 0.84 0.19 39.54 0.72 0.47
Hex CF 94 22 0 1D 54 13 28 48 2F
Octal 317 224 42 0 35 124 23 50 110 57
Binary 11001111 10010100 100010 0 11101 1010100 10011 101000 1001000 101111

Color Harmonies of #CF9422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9422

Black with #CF9422

Text Example


Text Example

White with #CF9422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9422; }

 p { color: rgb(207,148,34); }

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

background-color css

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

 a { background-color: rgb(207,148,34); }

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

border-color css

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

 span { border-color: rgb(207,148,34); }

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