Html Css Color HEX #CFC127 Barberry

📋 copy color: '#CFC127'

red 207 ◦ green 193 ◦ blue 39

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

Shades of Barberry #CFC127

Tints of Barberry #CFC127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.96%

 BLUE value IS 39 (15.63% from 255) = 8.88%

R = 47.15%
G = 43.96%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFC127 (or 0xCFC127) is known color: Barberry. HEX triplet: CF, C1 and 27. RGB value is (207,193,39). Sum of RGB (Red+Green+Blue) = 207+193+39=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC127 is #303ED8. Grayscale: #B4B4B4. Windows color (decimal): -3161817 or 2605519. OLE color: 2605519.

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

Color convert

RGB 207 193 39 -
CMYK 0 0.07 0.81 0.19
HSL 55º 0.68% 0.48% -
HSV(B) 55º 0.81% 0.81% -
XYZ 45.17 51.55 9.49 -
YUV 179.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 207 193 39 0 0.07 0.81 0.19 55 0.68 0.48
Hex CF C1 27 0 7 51 13 37 44 30
Octal 317 301 47 0 7 121 23 67 104 60
Binary 11001111 11000001 100111 0 111 1010001 10011 110111 1000100 110000

Color Harmonies of #CFC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC127

Black with #CFC127

Text Example


Text Example

White with #CFC127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC127; }

 p { color: rgb(207,193,39); }

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

background-color css

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

 a { background-color: rgb(207,193,39); }

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

border-color css

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

 span { border-color: rgb(207,193,39); }

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